Skip to content

Commit 5c4a33f

Browse files
committed
stacker 0.1.20
1 parent d2e5fe8 commit 5c4a33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stacker"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
edition = "2021"
55
rust-version = "1.63"
66
authors = ["Alex Crichton <[email protected]>", "Simonas Kazlauskas <[email protected]>"]
@@ -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.19"
12+
documentation = "https://docs.rs/stacker/0.1.20"
1313
description = """
1414
A stack growth library useful when implementing deeply recursive algorithms that
1515
may accidentally blow the stack.

0 commit comments

Comments
 (0)