Skip to content

Commit 74b216f

Browse files
committed
[bfops/wasm-test]: revert
1 parent 6a41b57 commit 74b216f

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

sdks/rust/tests/connect_disconnect_client/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,14 @@ crate-type = ["cdylib", "rlib"]
1313
default = ["native"]
1414

1515
# Builds the existing CLI test client.
16-
native = ["dep:test-counter"]
16+
native = []
1717

1818
# Builds the client for wasm32-unknown-unknown using the Rust SDK `web` backend.
1919
web = [
2020
"spacetimedb-sdk/web",
2121
"dep:wasm-bindgen",
2222
"dep:wasm-bindgen-futures",
2323
"dep:futures",
24-
"dep:test-counter",
2524
]
2625

2726
[[bin]]
@@ -31,7 +30,7 @@ required-features = ["native"]
3130

3231
[dependencies]
3332
spacetimedb-sdk = { path = "../.." }
34-
test-counter = { path = "../test-counter", optional = true }
33+
test-counter = { path = "../test-counter" }
3534
anyhow.workspace = true
3635
futures = { workspace = true, optional = true }
3736

sdks/rust/tests/event-table-client/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ default = ["native"]
1111

1212
# Builds the existing CLI test client.
1313
native = [
14-
"dep:test-counter",
1514
"dep:env_logger",
1615
]
1716

@@ -21,7 +20,6 @@ web = [
2120
"dep:wasm-bindgen",
2221
"dep:wasm-bindgen-futures",
2322
"dep:futures",
24-
"dep:test-counter",
2523
]
2624

2725
[[bin]]
@@ -31,7 +29,7 @@ required-features = ["native"]
3129

3230
[dependencies]
3331
spacetimedb-sdk = { path = "../.." }
34-
test-counter = { path = "../test-counter", optional = true }
32+
test-counter = { path = "../test-counter" }
3533
anyhow.workspace = true
3634
env_logger = { workspace = true, optional = true }
3735
futures = { workspace = true, optional = true }

sdks/rust/tests/view-pk-client/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ default = ["native"]
1212

1313
# Builds the existing CLI test client.
1414
native = [
15-
"dep:test-counter",
1615
"dep:env_logger",
1716
]
1817

@@ -22,7 +21,6 @@ web = [
2221
"dep:wasm-bindgen",
2322
"dep:wasm-bindgen-futures",
2423
"dep:futures",
25-
"dep:test-counter",
2624
]
2725

2826
[[bin]]
@@ -32,7 +30,7 @@ required-features = ["native"]
3230

3331
[dependencies]
3432
spacetimedb-sdk = { path = "../.." }
35-
test-counter = { path = "../test-counter", optional = true }
33+
test-counter = { path = "../test-counter" }
3634
anyhow.workspace = true
3735
env_logger = { workspace = true, optional = true }
3836
futures = { workspace = true, optional = true }

0 commit comments

Comments
 (0)