Quellcode durchsuchen

[idna] Bumpt version to 0.1.4

Behnam Esfahbod vor 9 Jahren
Ursprung
Commit
a8945c0544
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      idna/Cargo.toml

+ 1 - 1
idna/Cargo.toml

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