Parcourir la source

Publish 0.4.0, identical to 0.2.38

… to work around https://github.com/rust-lang/crates.io/issues/76

0.3.0 was published and then yanked:
https://github.com/servo/rust-url/pull/135#issuecomment-157776039
Simon Sapin il y a 11 ans
Parent
commit
c156810a73
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -1,7 +1,7 @@
 [package]
 
 name = "url"
-version = "0.2.38"
+version = "0.4.0"
 authors = [ "Simon Sapin <simon.sapin@exyr.org>" ]
 
 description = "URL library for Rust, based on the WHATWG URL Standard"