File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " stacker"
3- version = " 0.1.13 "
3+ version = " 0.1.14 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" , " Simonas Kazlauskas <git@kazlauskas.me>" ]
55build = " build.rs"
66license = " MIT/Apache-2.0"
77readme = " README.md"
88repository = " https://github.com/rust-lang/stacker"
99homepage = " https://github.com/rust-lang/stacker"
10- documentation = " https://docs.rs/stacker/0.1.13 "
10+ documentation = " https://docs.rs/stacker/0.1.14 "
1111description = """
1212A stack growth library useful when implementing deeply recursive algorithms that
1313may accidentally blow the stack.
@@ -34,4 +34,4 @@ features = [
3434]
3535
3636[build-dependencies ]
37- cc = " 1.0"
37+ cc = " 1.0.2 "
Original file line number Diff line number Diff line change 11[package ]
22name = " psm"
3- version = " 0.1.12 "
3+ version = " 0.1.13 "
44authors = [" Simonas Kazlauskas <git@kazlauskas.me>" ]
55build = " build.rs"
66description = " Portable Stack Manipulation: stack manipulation and introspection routines"
77keywords = [" stack" , " no_std" ]
88license = " MIT/Apache-2.0"
99repository = " https://github.com/rust-lang/stacker/"
10- documentation = " https://docs.rs/psm/0.1.12 "
10+ documentation = " https://docs.rs/psm/0.1.13 "
1111readme = " README.mkd"
1212
1313[dependencies ]
1414
1515[build-dependencies ]
16- cc = " 1.0"
16+ cc = " 1.0.2 "
You can’t perform that action at this time.
0 commit comments