Przeglądaj źródła

idna: bump version to 0.2.2

Dirkjan Ochtman 5 lat temu
rodzic
commit
844a3f2d34
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      idna/Cargo.toml

+ 1 - 1
idna/Cargo.toml

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