Skip to content

Commit 17c6418

Browse files
committed
Bump stacker version to 0.1.8
1 parent fc2eb47 commit 17c6418

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,13 +1,13 @@
11
[package]
22
name = "stacker"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["Alex Crichton <[email protected]>", "Simonas Kazlauskas <[email protected]>"]
55
build = "build.rs"
66
license = "MIT/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.7"
10+
documentation = "https://docs.rs/stacker/0.1.8"
1111
description = """
1212
A stack growth library useful when implementing deeply recursive algorithms that
1313
may accidentally blow the stack.

0 commit comments

Comments
 (0)