Skip to content

Commit

Permalink
Bump version of core-foundation-sys to 0.8.7 (#683)
Browse files Browse the repository at this point in the history
* Bump version of core-foundation-sys to 0.9.0

* Bump patch version instead
  • Loading branch information
wusyong authored Aug 9, 2024
1 parent f94fa25 commit 652bab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core-foundation-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "core-foundation-sys"
description = "Bindings to Core Foundation for macOS"
homepage = "https://github.com/servo/core-foundation-rs"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.8.6"
version = "0.8.7"
authors = ["The Servo Project Developers"]
license = "MIT OR Apache-2.0"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion core-foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2018"
[dependencies.core-foundation-sys]
path = "../core-foundation-sys"
default-features = false
version = "0.8.6"
version = "0.8.7"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit 652bab0

Please sign in to comment.