From a4027ca2613ad1b6b0a53a640cc07166263e94d7 Mon Sep 17 00:00:00 2001 From: Simonas Kazlauskas Date: Fri, 14 Feb 2025 13:59:50 +0200 Subject: [PATCH] psm: release 0.1.25 --- psm/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/psm/Cargo.toml b/psm/Cargo.toml index bddc685..d7dda6e 100644 --- a/psm/Cargo.toml +++ b/psm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "psm" -version = "0.1.24" +version = "0.1.25" 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.24" +documentation = "https://docs.rs/psm/0.1.25" readme = "README.mkd" [dependencies]