Skip to content

Commit 7b9a03f

Browse files
committed
psm 0.1.14
1 parent 00e695f commit 7b9a03f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

psm/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "psm"
3-
version = "0.1.13"
4-
authors = ["Simonas Kazlauskas <git@kazlauskas.me>"]
3+
version = "0.1.14"
4+
authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
55
build = "build.rs"
66
description = "Portable Stack Manipulation: stack manipulation and introspection routines"
77
keywords = ["stack", "no_std"]
88
license = "MIT/Apache-2.0"
99
repository = "https://github.com/rust-lang/stacker/"
10-
documentation = "https://docs.rs/psm/0.1.13"
10+
documentation = "https://docs.rs/psm/0.1.14"
1111
readme = "README.mkd"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)