Skip to content

Commit 7e87a9d

Browse files
committed
Bump version to 0.5.0
1 parent ab08525 commit 7e87a9d

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 OS X"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.4.6"
6+
version = "0.5.0"
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,13 +3,13 @@ name = "core-foundation"
33
description = "Bindings to Core Foundation for OS X"
44
homepage = "https://github.com/servo/core-foundation-rs"
55
repository = "https://github.com/servo/core-foundation-rs"
6-
version = "0.4.6"
6+
version = "0.5.0"
77
authors = ["The Servo Project Developers"]
88
license = "MIT / Apache-2.0"
99

1010
[dependencies.core-foundation-sys]
1111
path = "../core-foundation-sys"
12-
version = "0.4.6"
12+
version = "0.5.0"
1313

1414
[dependencies]
1515
libc = "0.2"

0 commit comments

Comments
 (0)