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

Update to Rust 2016-02-26 #173

Merged
merged 1 commit into from Feb 27, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Update to Rust 2016-02-26

  • Loading branch information
nox committed Feb 27, 2016
commit 7bff166371e9cbac7ae70c48dd88e2124b912b71
@@ -1,7 +1,7 @@
[package]

name = "url"
version = "0.5.5"
version = "0.5.6"
authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]

description = "URL library for Rust, based on the WHATWG URL Standard"
@@ -33,15 +33,15 @@ version = ">=0.1.1, <0.4"
optional = true

[dependencies.heapsize_plugin]
version = "0.1.0"
version = "0.1.4"
optional = true

[dependencies.encoding]
version = "0.2"
optional = true

[dependencies.serde]
version = "0.6.1"
version = ">=0.6.1, <0.8"
optional = true

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