Skip to content

Commit 5a756c8

Browse files
committed
Disable default features in the ureq dependency.
1 parent 5ce6714 commit 5a756c8

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
@@ -63,7 +63,7 @@ syn = "2.0"
6363
test-log = { version = "0.2", features = ["trace"] }
6464
test-programs = { path = "test-programs" }
6565
test-programs-artifacts = { path = "test-programs/artifacts" }
66-
ureq = "2.12.1"
66+
ureq = { version = "2.12.1", default-features = false }
6767
wasi = "0.14.0"
6868
wasmtime = "26"
6969
wasmtime-cli = "26"

0 commit comments

Comments
 (0)