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 uuid. #183

Merged
merged 1 commit into from Apr 4, 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 uuid.

  • Loading branch information
Ms2ger committed Apr 4, 2016
commit dedf27a924ddbf337b7fdec3c9de03aeabd98c83
@@ -1,7 +1,7 @@
[package]

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

description = "URL library for Rust, based on the WHATWG URL Standard"
@@ -45,7 +45,7 @@ version = ">=0.6.1, <0.8"
optional = true

[dependencies]
uuid = "0.1.17"
uuid = { version = "0.2", features = ["v4"] }
rustc-serialize = "0.3"
unicode-bidi = "0.2.3"
unicode-normalization = "0.1.2"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.