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 1
1
[package ]
2
2
name = " stacker"
3
- version = " 0.1.14 "
3
+ version = " 0.1.15 "
4
4
authors = [" Alex Crichton <alex@alexcrichton.com>" , " Simonas Kazlauskas <stacker@kazlauskas.me>" ]
5
5
build = " build.rs"
6
6
license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
repository = " https://github.com/rust-lang/stacker"
9
9
homepage = " https://github.com/rust-lang/stacker"
10
- documentation = " https://docs.rs/stacker/0.1.14 "
10
+ documentation = " https://docs.rs/stacker/0.1.15 "
11
11
description = """
12
12
A stack growth library useful when implementing deeply recursive algorithms that
13
13
may accidentally blow the stack.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " psm"
3
- version = " 0.1.19 "
3
+ version = " 0.1.20 "
4
4
authors = [" Simonas Kazlauskas <psm@kazlauskas.me>" ]
5
5
build = " build.rs"
6
6
description = " Portable Stack Manipulation: stack manipulation and introspection routines"
7
7
keywords = [" stack" , " no_std" ]
8
8
license = " MIT OR Apache-2.0"
9
9
repository = " https://github.com/rust-lang/stacker/"
10
- documentation = " https://docs.rs/psm/0.1.19 "
10
+ documentation = " https://docs.rs/psm/0.1.20 "
11
11
readme = " README.mkd"
12
12
13
13
[dependencies ]
You can’t perform that action at this time.
0 commit comments