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 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Update core-foundation version.

  • Loading branch information
jdm committed Jun 1, 2017
commit c94e5fe6f6c80e472918aa175bc9632f2fdf3c21
@@ -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.