File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " stacker"
3- version = " 0.1.22 "
3+ version = " 0.1.23 "
44edition = " 2021"
55rust-version = " 1.63"
66authors = [" Alex Crichton <alex@alexcrichton.com>" , " Simonas Kazlauskas <stacker@kazlauskas.me>" ]
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99readme = " README.md"
1010repository = " https://github.com/rust-lang/stacker"
1111homepage = " https://github.com/rust-lang/stacker"
12- documentation = " https://docs.rs/stacker/0.1.20 "
12+ documentation = " https://docs.rs/stacker/0.1.23 "
1313description = """
1414A stack growth library useful when implementing deeply recursive algorithms that
1515may accidentally blow the stack.
Original file line number Diff line number Diff line change 11[package ]
22name = " psm"
3- version = " 0.1.29 "
3+ version = " 0.1.30 "
44edition = " 2021"
55authors = [" Simonas Kazlauskas <psm@kazlauskas.me>" ]
66build = " build.rs"
77description = " Portable Stack Manipulation: stack manipulation and introspection routines"
88keywords = [" stack" , " no_std" ]
99license = " MIT OR Apache-2.0"
1010repository = " https://github.com/rust-lang/stacker/"
11- documentation = " https://docs.rs/psm/0.1.25 "
11+ documentation = " https://docs.rs/psm/0.1.30 "
1212readme = " README.mkd"
1313
1414[dependencies ]
You can’t perform that action at this time.
0 commit comments