From f066250ae1aa2e759577ec5128a092cc45316b63 Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Sat, 18 Apr 2026 23:31:48 +0300 Subject: [PATCH] tag stacker 0.1.23 and psm 0.1.31 --- Cargo.toml | 4 ++-- psm/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa35be5..149b9aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stacker" -version = "0.1.23" +version = "0.1.24" 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.23" +documentation = "https://docs.rs/stacker/0.1.24" 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 553e029..22b4ab7 100644 --- a/psm/Cargo.toml +++ b/psm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psm" -version = "0.1.30" +version = "0.1.31" 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.30" +documentation = "https://docs.rs/psm/0.1.31" readme = "README.mkd" [dependencies]