Explorar el Código

Merge pull request #673 from djc/idna-0.2.1

idna: bump version number to 0.2.1
Valentin Gosu hace 5 años
padre
commit
3628c22324
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      idna/Cargo.toml

+ 1 - 1
idna/Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "idna"
-version = "0.2.0"
+version = "0.2.1"
 authors = ["The rust-url developers"]
 description = "IDNA (Internationalizing Domain Names in Applications) and Punycode."
 repository = "https://github.com/servo/rust-url/"