Skip to content

Commit 170dcce

Browse files
committed
Update objc2 to v0.4.0
1 parent 45d157d commit 170dcce

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

cocoa-foundation/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ license = "MIT OR Apache-2.0"
1212
default-target = "x86_64-apple-darwin"
1313

1414
[dependencies]
15-
block2 = "=0.2.0-alpha.8"
15+
block2 = "0.2.0"
1616
bitflags = "1.0"
1717
libc = "0.2"
1818
core-foundation = { path = "../core-foundation", version = "0.9" }
1919
core-graphics-types = { path = "../core-graphics-types", version = "0.1" }
20-
objc2 = "=0.3.0-beta.5"
20+
objc2 = "0.4.0"

cocoa/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ license = "MIT OR Apache-2.0"
1212
default-target = "x86_64-apple-darwin"
1313

1414
[dependencies]
15-
block2 = "=0.2.0-alpha.8"
15+
block2 = "0.2.0"
1616
bitflags = "1.0"
1717
libc = "0.2"
1818
cocoa-foundation = { path = "../cocoa-foundation", version = "0.1" }
1919
core-foundation = { path = "../core-foundation", version = "0.9" }
2020
core-graphics = { path = "../core-graphics", version = "0.23" }
2121
foreign-types = "0.5"
22-
objc2 = "=0.3.0-beta.5"
22+
objc2 = "0.4.0"

core-foundation-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = ["The Servo Project Developers"]
88
license = "MIT OR Apache-2.0"
99

1010
[dependencies]
11-
objc2 = "=0.3.0-beta.5"
11+
objc2 = "0.4.0"
1212

1313
[features]
1414
mac_os_10_7_support = [] # backwards compatibility

core-graphics-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
bitflags = "1.0"
1212
core-foundation = { path = "../core-foundation", version = "0.9" }
1313
libc = "0.2"
14-
objc2 = "=0.3.0-beta.5"
14+
objc2 = "0.4.0"
1515

1616
[package.metadata.docs.rs]
1717
default-target = "x86_64-apple-darwin"

core-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ core-foundation = { path = "../core-foundation", version = "0.9" }
1818
core-graphics-types = { path = "../core-graphics-types", version = "0.1" }
1919
foreign-types = "0.5.0"
2020
libc = "0.2"
21-
objc2 = "=0.3.0-beta.5"
21+
objc2 = "0.4.0"
2222

2323
[package.metadata.docs.rs]
2424
default-target = "x86_64-apple-darwin"

0 commit comments

Comments
 (0)