diff --git a/Cargo.lock b/Cargo.lock index 39aa228..b79b77c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -122,7 +122,7 @@ dependencies = [ [[package]] name = "lending-iterator" -version = "0.1.3" +version = "0.1.4" dependencies = [ "extension-traits", "futures", @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "lending-iterator-proc_macros" -version = "0.1.3" +version = "0.1.4" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4f914ce..3bafe8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ name = "lending-iterator" authors = [ "Daniel Henry-Mantilla ", ] -version = "0.1.3" # Keep in sync +version = "0.1.4" # Keep in sync edition = "2021" license = "Zlib OR MIT OR Apache-2.0" @@ -56,7 +56,7 @@ macro-vis.version = "0.1.1" [dependencies.lending-iterator-proc_macros] path = "src/proc_macros" -version = "0.1.3" # Keep in sync +version = "0.1.4" # Keep in sync [dev-dependencies] diff --git a/README.md b/README.md index 082bdc8..1f47ed5 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Fully generic `LendingIterator`s in stable Rust. ## Examples -
Click to see/hide +
Click to hide ### `windows_mut()`! @@ -134,7 +134,7 @@ As noted in this **6-year-old issue**: Such an API can easily be provided using the HKT API of this crate: -
Click to see/hide +
Click to show ```rust use ::lending_iterator::higher_kinded_types::{*, Apply as A}; diff --git a/fix-docsrs-li-details-summary.html b/fix-docsrs-li-details-summary.html index 4b33f82..7f4f961 100644 --- a/fix-docsrs-li-details-summary.html +++ b/fix-docsrs-li-details-summary.html @@ -1,4 +1,7 @@