Skip to content

Commit 9c264d2

Browse files
committed
Bump core-foundation(-sys) to 0.7.1 for release.
1 parent d196c0c commit 9c264d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core-foundation-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "core-foundation-sys"
33
description = "Bindings to Core Foundation for macOS"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.7.0"
6+
version = "0.7.1"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99
build = "build.rs"

core-foundation/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name = "core-foundation"
33
description = "Bindings to Core Foundation for macOS"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.7.0"
6+
version = "0.7.1"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99
categories = ["os::macos-apis"]
1010
keywords = ["macos", "framework", "objc"]
1111

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

1616
[dependencies]
1717
libc = "0.2"

0 commit comments

Comments
 (0)