Skip to content

Commit 5df2309

Browse files
committed
psm 0.1.20 and stacker 0.1.15
1 parent 7f85ffa commit 5df2309

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "stacker"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
authors = ["Alex Crichton <alex@alexcrichton.com>", "Simonas Kazlauskas <stacker@kazlauskas.me>"]
55
build = "build.rs"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/rust-lang/stacker"
99
homepage = "https://github.com/rust-lang/stacker"
10-
documentation = "https://docs.rs/stacker/0.1.14"
10+
documentation = "https://docs.rs/stacker/0.1.15"
1111
description = """
1212
A stack growth library useful when implementing deeply recursive algorithms that
1313
may accidentally blow the stack.

psm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "psm"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
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 OR Apache-2.0"
99
repository = "https://github.com/rust-lang/stacker/"
10-
documentation = "https://docs.rs/psm/0.1.19"
10+
documentation = "https://docs.rs/psm/0.1.20"
1111
readme = "README.mkd"
1212

1313
[dependencies]

0 commit comments

Comments
 (0)