Parcourir la source

Publish idna 0.1.5

Simon Sapin il y a 8 ans
Parent
commit
fbe5e50316
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      idna/Cargo.toml

+ 1 - 1
idna/Cargo.toml

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