Skip to content

Commit 1c10b8b

Browse files
Lordwormswiedld
authored andcommitted
fix(ci): build error with wasm (apache#14494)
* fix * update cli
1 parent 202860b commit 1c10b8b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

datafusion-cli/Cargo.lock

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

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ tempfile = { workspace = true }
134134
tokio = { workspace = true }
135135
tokio-util = { version = "0.7.4", features = ["io"], optional = true }
136136
url = { workspace = true }
137-
uuid = { version = "1.7", features = ["v4"] }
137+
uuid = { version = "1.7", features = ["v4", "js"] }
138138
xz2 = { version = "0.1", optional = true, features = ["static"] }
139139
zstd = { version = "0.13", optional = true, default-features = false }
140140

0 commit comments

Comments
 (0)