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