Skip to content

Commit e7f687e

Browse files
committed
moar version bumps
1 parent 31d0d4e commit e7f687e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

cocoa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ crate-type = ["rlib"]
1616
block = "0.1"
1717
bitflags = "1.0"
1818
libc = "0.2"
19-
core-foundation = { path = "../core-foundation", version = "0.6" }
19+
core-foundation = { path = "../core-foundation", version = "0.7" }
2020
core-graphics = { path = "../core-graphics", version = "0.18" }
2121
foreign-types = "0.3"
2222
objc = "0.2.3"

core-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["macos", "framework", "objc"]
1111

1212
[dependencies.core-foundation-sys]
1313
path = "../core-foundation-sys"
14-
version = "0.7.0"
14+
version = "0.7"
1515

1616
[dependencies]
1717
libc = "0.2"

core-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ highsierra = []
1414

1515
[dependencies]
1616
bitflags = "1.0"
17-
core-foundation = { path = "../core-foundation", version = "0.6" }
17+
core-foundation = { path = "../core-foundation", version = "0.7" }
1818
foreign-types = "0.3.0"
1919
libc = "0.2"

core-text/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ mountainlion = []
1515
[dependencies]
1616
foreign-types = "0.3"
1717
libc = "0.2"
18-
core-foundation = { path = "../core-foundation", version = "0.6.2" }
18+
core-foundation = { path = "../core-foundation", version = "0.7" }
1919
core-graphics = { path = "../core-graphics", version = "0.18" }

io-surface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ license = "MIT / Apache-2.0"
1010
[dependencies]
1111
libc = "0.2"
1212
gleam = "0.7"
13-
core-foundation = { path = "../core-foundation", version = "0.6" }
13+
core-foundation = { path = "../core-foundation", version = "0.7" }
1414
cgl = "0.3"
1515
leaky-cow = "0.1.1"

0 commit comments

Comments
 (0)