File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stacker"
3
- version = " 0.1.13 "
3
+ version = " 0.1.14 "
4
4
authors = [
" Alex Crichton <[email protected] >" ,
" Simonas Kazlauskas <[email protected] >" ]
5
5
build = " build.rs"
6
6
license = " MIT/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.13 "
10
+ documentation = " https://docs.rs/stacker/0.1.14 "
11
11
description = """
12
12
A stack growth library useful when implementing deeply recursive algorithms that
13
13
may accidentally blow the stack.
@@ -34,4 +34,4 @@ features = [
34
34
]
35
35
36
36
[build-dependencies ]
37
- cc = " 1.0"
37
+ cc = " 1.0.2 "
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " psm"
3
- version = " 0.1.12 "
3
+ version = " 0.1.13 "
4
4
authors = [
" Simonas Kazlauskas <[email protected] >" ]
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/Apache-2.0"
9
9
repository = " https://github.com/rust-lang/stacker/"
10
- documentation = " https://docs.rs/psm/0.1.12 "
10
+ documentation = " https://docs.rs/psm/0.1.13 "
11
11
readme = " README.mkd"
12
12
13
13
[dependencies ]
14
14
15
15
[build-dependencies ]
16
- cc = " 1.0"
16
+ cc = " 1.0.2 "
You can’t perform that action at this time.
0 commit comments