We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff738b7 commit a4027caCopy full SHA for a4027ca
psm/Cargo.toml
@@ -1,14 +1,14 @@
1
[package]
2
name = "psm"
3
-version = "0.1.24"
+version = "0.1.25"
4
edition = "2021"
5
authors = ["Simonas Kazlauskas <[email protected]>"]
6
build = "build.rs"
7
description = "Portable Stack Manipulation: stack manipulation and introspection routines"
8
keywords = ["stack", "no_std"]
9
license = "MIT OR Apache-2.0"
10
repository = "https://github.com/rust-lang/stacker/"
11
-documentation = "https://docs.rs/psm/0.1.24"
+documentation = "https://docs.rs/psm/0.1.25"
12
readme = "README.mkd"
13
14
[dependencies]
0 commit comments