Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.

Commit dfa8e1c

Browse files
committed
fix: wasm build
1 parent 45292e6 commit dfa8e1c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ rand = "0.8.5"
7171
serde = { version = "1.0.219", features = ["derive"] }
7272
serde_json = { version = "1.0.140" }
7373
serde_test = "1.0.177"
74-
polyproto = { path = "./", features = ["types", "reqwest", "serde"] }
7574
env_logger = "0.11.7"
7675

7776
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]

tests/api/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
// License, v. 2.0. If a copy of the MPL was not distributed with this
33
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
44

5+
#[cfg(not(target_arch = "wasm32"))]
56
pub(crate) mod core;

0 commit comments

Comments
 (0)