File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name = "cocoa"
4
4
description = " Bindings to Cocoa for macOS"
5
5
homepage = " https://github.com/servo/core-foundation-rs"
6
6
repository = " https://github.com/servo/core-foundation-rs"
7
- version = " 0.24.1 "
7
+ version = " 0.25.0 "
8
8
authors = [" The Servo Project Developers" ]
9
9
license = " MIT OR Apache-2.0"
10
10
@@ -17,6 +17,6 @@ bitflags = "1.0"
17
17
libc = " 0.2"
18
18
cocoa-foundation = { path = " ../cocoa-foundation" , version = " 0.1" }
19
19
core-foundation = { path = " ../core-foundation" , version = " 0.9" }
20
- core-graphics = { path = " ../core-graphics" , version = " 0.22 " }
20
+ core-graphics = { path = " ../core-graphics" , version = " 0.23 " }
21
21
foreign-types = " 0.5"
22
22
objc = " 0.2.3"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "core-graphics"
3
3
description = " Bindings to Core Graphics for macOS"
4
4
homepage = " https://github.com/servo/core-foundation-rs"
5
5
repository = " https://github.com/servo/core-foundation-rs"
6
- version = " 0.22.4 "
6
+ version = " 0.23.0 "
7
7
authors = [" The Servo Project Developers" ]
8
8
license = " MIT OR Apache-2.0"
9
9
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " core-text"
3
- version = " 19.2 .0"
3
+ version = " 19.3 .0"
4
4
authors = [" The Servo Project Developers" ]
5
5
description = " Bindings to the Core Text framework."
6
6
license = " MIT OR Apache-2.0"
@@ -19,4 +19,4 @@ mountainlion = []
19
19
foreign-types = " 0.5"
20
20
libc = " 0.2"
21
21
core-foundation = { path = " ../core-foundation" , version = " 0.9" }
22
- core-graphics = { path = " ../core-graphics" , version = " 0.22 .0" }
22
+ core-graphics = { path = " ../core-graphics" , version = " 0.23 .0" }
You can’t perform that action at this time.
0 commit comments