diff --git a/psm/Cargo.toml b/psm/Cargo.toml index bb27700..0f75bdf 100644 --- a/psm/Cargo.toml +++ b/psm/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "psm" -version = "0.1.23" +version = "0.1.24" authors = ["Simonas Kazlauskas "] build = "build.rs" description = "Portable Stack Manipulation: stack manipulation and introspection routines" keywords = ["stack", "no_std"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/stacker/" -documentation = "https://docs.rs/psm/0.1.22" +documentation = "https://docs.rs/psm/0.1.24" readme = "README.mkd" [dependencies]