Skip to content

Commit

Permalink
Auto merge of #394 - anp:releases, r=jdm
Browse files Browse the repository at this point in the history
Bump core-foundation(-sys) to 0.7.1 for release.

Hi! I'm hoping to be able to pull #357 from crates.io and based on other issue threads here it seems that a PR with version bumps is the way to request a release.

I haven't used my local mac recently so I'm relying on CI for now, although if needed I can spin that up and test it locally. LMK?

I'm not actually sure whether the changes to core-foundation since 2019/11 qualify for a patch version bump or a minor one. Thoughts?
  • Loading branch information
bors-servo committed Jun 28, 2020
2 parents d196c0c + 9c264d2 commit 749c085
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.0"
version = "0.7.1"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
build = "build.rs"
Expand Down
4 changes: 2 additions & 2 deletions core-foundation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = "core-foundation"
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.7.0"
version = "0.7.1"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
categories = ["os::macos-apis"]
keywords = ["macos", "framework", "objc"]

[dependencies.core-foundation-sys]
path = "../core-foundation-sys"
version = "0.7"
version = "0.7.1"

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit 749c085

Please sign in to comment.