Skip to content

Commit

Permalink
Update objc2 to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jul 31, 2023
1 parent 45d157d commit 170dcce
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cocoa-foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ license = "MIT OR Apache-2.0"
default-target = "x86_64-apple-darwin"

[dependencies]
block2 = "=0.2.0-alpha.8"
block2 = "0.2.0"
bitflags = "1.0"
libc = "0.2"
core-foundation = { path = "../core-foundation", version = "0.9" }
core-graphics-types = { path = "../core-graphics-types", version = "0.1" }
objc2 = "=0.3.0-beta.5"
objc2 = "0.4.0"
4 changes: 2 additions & 2 deletions cocoa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ license = "MIT OR Apache-2.0"
default-target = "x86_64-apple-darwin"

[dependencies]
block2 = "=0.2.0-alpha.8"
block2 = "0.2.0"
bitflags = "1.0"
libc = "0.2"
cocoa-foundation = { path = "../cocoa-foundation", version = "0.1" }
core-foundation = { path = "../core-foundation", version = "0.9" }
core-graphics = { path = "../core-graphics", version = "0.23" }
foreign-types = "0.5"
objc2 = "=0.3.0-beta.5"
objc2 = "0.4.0"
2 changes: 1 addition & 1 deletion core-foundation-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"

[dependencies]
objc2 = "=0.3.0-beta.5"
objc2 = "0.4.0"

[features]
mac_os_10_7_support = [] # backwards compatibility
Expand Down
2 changes: 1 addition & 1 deletion core-graphics-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
bitflags = "1.0"
core-foundation = { path = "../core-foundation", version = "0.9" }
libc = "0.2"
objc2 = "=0.3.0-beta.5"
objc2 = "0.4.0"

[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
2 changes: 1 addition & 1 deletion core-graphics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ core-foundation = { path = "../core-foundation", version = "0.9" }
core-graphics-types = { path = "../core-graphics-types", version = "0.1" }
foreign-types = "0.5.0"
libc = "0.2"
objc2 = "=0.3.0-beta.5"
objc2 = "0.4.0"

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

0 comments on commit 170dcce

Please sign in to comment.