Skip to content

Commit

Permalink
psm: release 0.1.25
Browse files Browse the repository at this point in the history
  • Loading branch information
nagisa committed Feb 14, 2025
1 parent ff738b7 commit a4027ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions psm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "psm"
version = "0.1.24"
version = "0.1.25"
edition = "2021"
authors = ["Simonas Kazlauskas <[email protected]>"]
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.24"
documentation = "https://docs.rs/psm/0.1.25"
readme = "README.mkd"

[dependencies]
Expand Down

0 comments on commit a4027ca

Please sign in to comment.