Skip to content

Commit 342f6c6

Browse files
committed
Remove internal crates from MSRV tests
They are tested transitively
1 parent 45cd941 commit 342f6c6

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

crates/msrv/cli/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@ version = "0.0.0"
66

77
[dependencies]
88
wasm-bindgen-cli = { path = "../../cli" }
9-
wasm-bindgen-cli-support = { path = "../../cli-support" }
10-
wasm-bindgen-externref-xform = { path = "../../externref-xform" }
11-
wasm-bindgen-multi-value-xform = { path = "../../multi-value-xform" }
12-
wasm-bindgen-threads-xform = { path = "../../threads-xform" }
13-
wasm-bindgen-wasm-conventions = { path = "../../wasm-conventions" }
14-
wasm-bindgen-wasm-interpreter = { path = "../../wasm-interpreter" }

crates/msrv/lib/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ version = "0.0.0"
77
[features]
88
default = ["std"]
99
std = [
10-
"wasm-bindgen-backend/std",
11-
"wasm-bindgen-macro-support/std",
12-
"wasm-bindgen-macro/std",
1310
"wasm-bindgen/std",
1411
"js-sys/std",
1512
"wasm-bindgen-futures/std",
@@ -20,13 +17,8 @@ std = [
2017
[dependencies]
2118
js-sys = { path = "../../js-sys", default-features = false }
2219
wasm-bindgen = { path = "../../../", default-features = false }
23-
wasm-bindgen-backend = { path = "../../backend", default-features = false }
2420
wasm-bindgen-futures = { path = "../../futures", default-features = false }
25-
wasm-bindgen-macro = { path = "../../macro", default-features = false }
26-
wasm-bindgen-macro-support = { path = "../../macro-support", default-features = false }
27-
wasm-bindgen-shared = { path = "../../shared" }
2821
wasm-bindgen-test = { path = "../../test", default-features = false }
29-
wasm-bindgen-test-macro = { path = "../../test-macro" }
3022
web-sys = { path = "../../web-sys", default-features = false }
3123

3224
# Pinned sub-dependencies for MSRV

0 commit comments

Comments
 (0)