ソースを参照

idna: Bump to version 0.2.3

Simon Sapin 5 年 前
コミット
837538c549
1 ファイル変更1 行追加1 行削除
  1. 1 1
      idna/Cargo.toml

+ 1 - 1
idna/Cargo.toml

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