8000 Use published unicode-script · unicode-rs/unicode-security@e097036 · GitHub
[go: up one dir, main page]

Skip to content

Commit e097036

Browse files
committed
Use published unicode-script
1 parent dca4718 commit e097036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ according to Unicode Technical Standard #39 rules.
1616
exclude = [ "target/*", "Cargo.lock" ]
1717

1818
[dependencies]
19-
unicode-script = { git = "https://github.com/unicode-rs/unicode-script", default-features = false }
19+
unicode-script = { version = "0.4.0", default-features = false }
2020
std = { version = "1.0", package = "rustc-std-workspace-std", optional = true }
2121
core = { version = "1.0", package = "rustc-std-workspace-core", optional = true }
2222
compiler_builtins = { version = "0.1", optional = true }

0 commit comments

Comments
 (0)
0