diff --git a/Cargo.toml b/Cargo.toml index 243f822..10f102a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacker" -version = "0.1.22" +version = "0.1.23" edition = "2021" rust-version = "1.63" authors = ["Alex Crichton ", "Simonas Kazlauskas "] @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/stacker" homepage = "https://github.com/rust-lang/stacker" -documentation = "https://docs.rs/stacker/0.1.20" +documentation = "https://docs.rs/stacker/0.1.23" description = """ A stack growth library useful when implementing deeply recursive algorithms that may accidentally blow the stack. diff --git a/psm/Cargo.toml b/psm/Cargo.toml index 9eba5e4..553e029 100644 --- a/psm/Cargo.toml +++ b/psm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psm" -version = "0.1.29" +version = "0.1.30" edition = "2021" authors = ["Simonas Kazlauskas "] build = "build.rs" @@ -8,7 +8,7 @@ description = "Portable Stack Manipulation: stack manipulation and introspection keywords = ["stack", "no_std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/stacker/" -documentation = "https://docs.rs/psm/0.1.25" +documentation = "https://docs.rs/psm/0.1.30" readme = "README.mkd" [dependencies]