Skip to content

Commit a160153

Browse files
authored
fix: zero copy num traits (#1750)
* chore: feature flag num traits * chore: removed redundant light verifier tests
1 parent 71c80ac commit a160153

File tree

4 files changed

+1
-126
lines changed

4 files changed

+1
-126
lines changed

Cargo.lock

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

program-libs/verifier/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,6 @@ solana-msg = { workspace = true, optional = true }
2727
# Optional import for ProgramError conversion
2828
pinocchio = { workspace = true, optional = true }
2929

30-
[dev-dependencies]
31-
tokio = { workspace = true }
32-
reqwest = { workspace = true, features = ["json", "rustls-tls"] }
33-
light-prover-client = { workspace = true, features = ["devenv"] }
34-
serial_test = { workspace = true }
35-
3630
[lints.rust.unexpected_cfgs]
3731
level = "allow"
3832
check-cfg = ['cfg(target_os, values("solana"))']

program-libs/verifier/tests/test.rs

Lines changed: 0 additions & 116 deletions
This file was deleted.

program-libs/zero-copy/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
pub mod cyclic_vec;
44
pub mod errors;
5+
#[cfg(feature = "std")]
56
pub mod num_trait;
67
pub mod slice;
78
pub mod slice_mut;

0 commit comments

Comments
 (0)