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.
unicase
1 parent 87c73fd commit 08eac42Copy full SHA for 08eac42
Cargo.toml
@@ -55,7 +55,6 @@ strum = "0.25"
55
syn = "2.0.15"
56
tar = "0.4.38"
57
tempfile = "3.1.0"
58
-unicase = "2.6.0"
59
url = "2.1"
60
uuid = "1.0"
61
vcpkg = "0.2"
crates/duckdb/Cargo.toml
@@ -68,7 +68,6 @@ num-integer = { workspace = true }
68
doc-comment = { workspace = true }
69
tempfile = { workspace = true }
70
uuid = { workspace = true, features = ["v4"] }
71
-unicase = { workspace = true }
72
rand = { workspace = true }
73
polars-core = { workspace = true }
74
pretty_assertions = { workspace = true }
0 commit comments