File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " string_cache"
4
- version = " 0.1.10 "
4
+ version = " 0.1.11 "
5
5
authors = [ " The Servo Project Developers" ]
6
6
description = " A string interning library for Rust, developed as part of the Servo project."
7
7
license = " MIT / Apache-2.0"
@@ -37,13 +37,13 @@ optional = true
37
37
38
38
[dependencies .string_cache_plugin ]
39
39
path = " plugin"
40
- version = " 0.1.5 "
40
+ version = " 0.1.7 "
41
41
optional = true
42
42
43
43
[dependencies .string_cache_shared ]
44
44
path = " shared"
45
- version = " 0.1.4 "
45
+ version = " 0.1.6 "
46
46
47
47
[build-dependencies .string_cache_shared ]
48
48
path = " shared"
49
- version = " 0.1.4 "
49
+ version = " 0.1.6 "
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " string_cache_plugin"
4
- version = " 0.1.6 "
4
+ version = " 0.1.7 "
5
5
authors = [ " The Servo Project Developers" ]
6
6
description = " A string interning library for Rust, developed as part of the Servo project − compiler plugin."
7
7
license = " MIT / Apache-2.0"
@@ -14,7 +14,7 @@ plugin = true
14
14
15
15
[dependencies .string_cache_shared ]
16
16
path = " ../shared"
17
- version = " 0.1.0 "
17
+ version = " 0.1.6 "
18
18
19
19
[dependencies ]
20
20
lazy_static = " 0.1.10"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " string_cache_shared"
4
- version = " 0.1.5 "
4
+ version = " 0.1.6 "
5
5
authors = [ " The Servo Project Developers" ]
6
6
description = " A string interning library for Rust, developed as part of the Servo project − shared code between the compiler plugin and main crate."
7
7
license = " MIT / Apache-2.0"
@@ -15,7 +15,7 @@ path = "lib.rs"
15
15
16
16
[dependencies ]
17
17
debug_unreachable = " 0.0.6"
18
- phf_shared = " 0.7.3 "
18
+ phf_shared = " 0.7.4 "
19
19
20
20
[build-dependencies ]
21
- phf_generator = " 0.7.3 "
21
+ phf_generator = " 0.7.4 "
You can’t perform that action at this time.
0 commit comments