Sfoglia il codice sorgente

idna: bump version number to 0.2.1

Dirkjan Ochtman 5 anni fa
parent
commit
04d2139943
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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/"