Browse Source

Change unicode-bidi dependency to version 0.2.3

Valentin Gosu 10 years ago
parent
commit
9801e28b95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -35,6 +35,6 @@ optional = true
 [dependencies]
 uuid = "0.1.17"
 rustc-serialize = "0.3"
-unicode-bidi = { git = "https://github.com/servo/unicode-bidi.git", rev = "06dedd1" }
+unicode-bidi = "0.2.3"
 unicode-normalization = "0.1.1"
 matches = "0.1"