Skip to content

Commit 93c7abc

Browse files
authored
release psm 0.1.30 and stacker 0.1.23 (#140)
1 parent 6b741bc commit 93c7abc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacker"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["Alex Crichton <alex@alexcrichton.com>", "Simonas Kazlauskas <stacker@kazlauskas.me>"]
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
readme = "README.md"
1010
repository = "https://github.com/rust-lang/stacker"
1111
homepage = "https://github.com/rust-lang/stacker"
12-
documentation = "https://docs.rs/stacker/0.1.20"
12+
documentation = "https://docs.rs/stacker/0.1.23"
1313
description = """
1414
A stack growth library useful when implementing deeply recursive algorithms that
1515
may accidentally blow the stack.

psm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "psm"
3-
version = "0.1.29"
3+
version = "0.1.30"
44
edition = "2021"
55
authors = ["Simonas Kazlauskas <psm@kazlauskas.me>"]
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.25"
11+
documentation = "https://docs.rs/psm/0.1.30"
1212
readme = "README.mkd"
1313

1414
[dependencies]

0 commit comments

Comments
 (0)