We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e5fe8 commit 5c4a33fCopy full SHA for 5c4a33f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "stacker"
3
-version = "0.1.19"
+version = "0.1.20"
4
edition = "2021"
5
rust-version = "1.63"
6
authors = ["Alex Crichton <[email protected]>", "Simonas Kazlauskas <[email protected]>"]
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
readme = "README.md"
10
repository = "https://github.com/rust-lang/stacker"
11
homepage = "https://github.com/rust-lang/stacker"
12
-documentation = "https://docs.rs/stacker/0.1.19"
+documentation = "https://docs.rs/stacker/0.1.20"
13
description = """
14
A stack growth library useful when implementing deeply recursive algorithms that
15
may accidentally blow the stack.
0 commit comments