Skip to content

Commit 29ea307

Browse files
unicode-casing: specify rev explicitly, add todo comment
1 parent 79623f4 commit 29ea307

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vm/Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,12 @@ regex = "1"
2323
rustc_version_runtime = "0.1.*"
2424
statrs = "0.10.0"
2525
caseless = "0.2.1"
26-
unicode-casing = { git = "https://github.com/OddCoincidence/unicode-casing" }
2726
unicode-segmentation = "1.2.1"
2827
lazy_static = "^1.0.1"
2928
lexical = "2.0.0"
3029
itertools = "^0.8.0"
30+
31+
# TODO: release and publish to crates.io
32+
[dependencies.unicode-casing]
33+
git = "https://github.com/OddCoincidence/unicode-casing"
34+
rev = "90d6d1f02b9cc04ffb55a5f1c3fa1455a84231fb"

0 commit comments

Comments
 (0)