File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ default-target = "x86_64-apple-darwin"
15
15
block = " 0.1"
16
16
bitflags = " 1.0"
17
17
libc = " 0.2"
18
- core-foundation = { path = " ../core-foundation" , version = " 0.8 " }
19
- core-graphics = { path = " ../core-graphics" , version = " 0.20 " }
18
+ core-foundation = { path = " ../core-foundation" , version = " 0.9 " }
19
+ core-graphics = { path = " ../core-graphics" , version = " 0.21 " }
20
20
foreign-types = " 0.3"
21
21
objc = " 0.2.3"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "core-foundation-sys"
3
3
description = " Bindings to Core Foundation 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.7.2 "
6
+ version = " 0.8.0 "
7
7
authors = [" The Servo Project Developers" ]
8
8
license = " MIT / Apache-2.0"
9
9
build = " build.rs"
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name = "core-foundation"
3
3
description = " Bindings to Core Foundation 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.8 .0"
6
+ version = " 0.9 .0"
7
7
authors = [" The Servo Project Developers" ]
8
8
license = " MIT / Apache-2.0"
9
9
categories = [" os::macos-apis" ]
10
10
keywords = [" macos" , " framework" , " objc" ]
11
11
12
12
[dependencies .core-foundation-sys ]
13
13
path = " ../core-foundation-sys"
14
- version = " 0.7.2 "
14
+ version = " 0.8.0 "
15
15
16
16
[dependencies ]
17
17
libc = " 0.2"
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-graphics-rs"
5
5
repository = " https://github.com/servo/core-foundation-rs"
6
- version = " 0.20 .0"
6
+ version = " 0.21 .0"
7
7
authors = [" The Servo Project Developers" ]
8
8
license = " MIT / Apache-2.0"
9
9
@@ -14,6 +14,6 @@ highsierra = []
14
14
15
15
[dependencies ]
16
16
bitflags = " 1.0"
17
- core-foundation = { path = " ../core-foundation" , version = " 0.8 " }
17
+ core-foundation = { path = " ../core-foundation" , version = " 0.9 " }
18
18
foreign-types = " 0.3.0"
19
19
libc = " 0.2"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " core-text"
3
- version = " 17 .0.0"
3
+ version = " 18 .0.0"
4
4
authors = [" The Servo Project Developers" ]
5
5
description = " Bindings to the Core Text framework."
6
6
license = " MIT/Apache-2.0"
@@ -18,5 +18,5 @@ mountainlion = []
18
18
[dependencies ]
19
19
foreign-types = " 0.3"
20
20
libc = " 0.2"
21
- core-foundation = { path = " ../core-foundation" , version = " 0.8 " }
22
- core-graphics = { path = " ../core-graphics" , version = " 0.20 .0" }
21
+ core-foundation = { path = " ../core-foundation" , version = " 0.9 " }
22
+ core-graphics = { path = " ../core-graphics" , version = " 0.21 .0" }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "io-surface"
3
3
description = " Bindings to IO Surface 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.14 .0"
6
+ version = " 0.15 .0"
7
7
authors = [" The Servo Project Developers" ]
8
8
license = " MIT / Apache-2.0"
9
9
@@ -13,6 +13,6 @@ default-target = "x86_64-apple-darwin"
13
13
[dependencies ]
14
14
libc = " 0.2"
15
15
gleam = " 0.7"
16
- core-foundation = { path = " ../core-foundation" , version = " 0.8 " }
16
+ core-foundation = { path = " ../core-foundation" , version = " 0.9 " }
17
17
cgl = " 0.3"
18
18
leaky-cow = " 0.1.1"
You can’t perform that action at this time.
0 commit comments