]> git.proxmox.com Git - rustc.git/blobdiff - vendor/stacker/Cargo.toml
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / vendor / stacker / Cargo.toml
index b72ec90f185546bb1755a05de8c48bfc93f20c95..c86ffaa385cb214229c757199973362ecf0dfcf2 100644 (file)
 
 [package]
 name = "stacker"
-version = "0.1.11"
+version = "0.1.12"
 authors = ["Alex Crichton <alex@alexcrichton.com>", "Simonas Kazlauskas <git@kazlauskas.me>"]
 build = "build.rs"
 description = "A stack growth library useful when implementing deeply recursive algorithms that\nmay accidentally blow the stack.\n"
 homepage = "https://github.com/rust-lang/stacker"
-documentation = "https://docs.rs/stacker/0.1.10"
+documentation = "https://docs.rs/stacker/0.1.12"
 readme = "README.md"
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/stacker"