Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare to publish newest changes #102

Merged
merged 2 commits into from Jun 2, 2017
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -3,7 +3,7 @@ name = "core-foundation-sys"
description = "Bindings to Core Foundation for OS X"
homepage = "https://github.com/servo/core-foundation-rs"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.3.1"
version = "0.4.0"
authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"
build = "build.rs"
@@ -3,13 +3,13 @@ name = "core-foundation"
description = "Bindings to Core Foundation for OS X"
homepage = "https://github.com/servo/core-foundation-rs"
repository = "https://github.com/servo/core-foundation-rs"
version = "0.3.0"
version = "0.4.0"

This comment has been minimized.

@KiChjang

KiChjang Jun 1, 2017

Member

That's a minor version bump. Did the API of core-foundation change?

This comment has been minimized.

@jdm

jdm Jun 1, 2017

Author Member

Yes.

authors = ["The Servo Project Developers"]
license = "MIT / Apache-2.0"

[dependencies.core-foundation-sys]
path = "../core-foundation-sys"
version = "0.3.1"
version = "0.4.0"

[dependencies]
libc = "0.2"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.