File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " stacker"
3- version = " 0.1.14 "
3+ version = " 0.1.15 "
44authors = [" Alex Crichton <alex@alexcrichton.com>" , " Simonas Kazlauskas <stacker@kazlauskas.me>" ]
55build = " build.rs"
66license = " MIT OR 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.14 "
10+ documentation = " https://docs.rs/stacker/0.1.15 "
1111description = """
1212A stack growth library useful when implementing deeply recursive algorithms that
1313may accidentally blow the stack.
Original file line number Diff line number Diff line change 11[package ]
22name = " psm"
3- version = " 0.1.19 "
3+ version = " 0.1.20 "
44authors = [" Simonas Kazlauskas <psm@kazlauskas.me>" ]
55build = " build.rs"
66description = " Portable Stack Manipulation: stack manipulation and introspection routines"
77keywords = [" stack" , " no_std" ]
88license = " MIT OR Apache-2.0"
99repository = " https://github.com/rust-lang/stacker/"
10- documentation = " https://docs.rs/psm/0.1.19 "
10+ documentation = " https://docs.rs/psm/0.1.20 "
1111readme = " README.mkd"
1212
1313[dependencies ]
You can’t perform that action at this time.
0 commit comments