Skip to content

Commit a4027ca

Browse files
committed
psm: release 0.1.25
1 parent ff738b7 commit a4027ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psm/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "psm"
3-
version = "0.1.24"
3+
version = "0.1.25"
44
edition = "2021"
55
authors = ["Simonas Kazlauskas <[email protected]>"]
66
build = "build.rs"
77
description = "Portable Stack Manipulation: stack manipulation and introspection routines"
88
keywords = ["stack", "no_std"]
99
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/rust-lang/stacker/"
11-
documentation = "https://docs.rs/psm/0.1.24"
11+
documentation = "https://docs.rs/psm/0.1.25"
1212
readme = "README.mkd"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)