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