From 07000aff323777b774d5408eaf8035196a4e2e53 Mon Sep 17 00:00:00 2001 From: Daniel Henry-Mantilla Date: Wed, 26 Jul 2023 19:59:31 +0200 Subject: [PATCH] Version 0.1.1: fix `ForLt!` muncher --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9ee7f4a..eb229b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "higher-kinded-types" -version = "0.1.0" +version = "0.1.1" dependencies = [ "never-say-never", ] diff --git a/Cargo.toml b/Cargo.toml index 1b5a5fd..5a29ee6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ name = "higher-kinded-types" authors = [ "Daniel Henry-Mantilla ", ] -version = "0.1.0" # Keep in sync +version = "0.1.1" # Keep in sync edition = "2021" license = "Zlib OR MIT OR Apache-2.0" diff --git a/README.md b/README.md index 2a4f2df..094371d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,6 @@ https://github.com/danielhenrymantilla/higher-kinded-types.rs/actions) See the documentation of the [ForLifetime] trait for more info. -[ForLifetime]: https://docs.rs/higher-kinded-types/0.1.0/higher-kinded-types/trait.ForLifetime.html +[ForLifetime]: https://docs.rs/higher-kinded-types/0.1.1/higher-kinded-types/trait.ForLifetime.html