We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca4718 commit e097036Copy full SHA for e097036
Cargo.toml
@@ -16,7 +16,7 @@ according to Unicode Technical Standard #39 rules.
16
exclude = [ "target/*", "Cargo.lock" ]
17
18
[dependencies]
19
-unicode-script = { git = "https://github.com/unicode-rs/unicode-script", default-features = false }
+unicode-script = { version = "0.4.0", default-features = false }
20
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }
21
core = { version = "1.0", package = "rustc-std-workspace-core", optional = true }
22
compiler_builtins = { version = "0.1", optional = true }
0 commit comments