Skip to content

Commit

Permalink
Merge pull request #3325 from autonomys/cleanups
Browse files Browse the repository at this point in the history
Cleanups
  • Loading branch information
nazar-pc authored Dec 19, 2024
2 parents 778d965 + 100a57c commit 8fa17a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/subspace-proof-of-space/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ subspace-core-primitives = { version = "0.1.0", path = "../subspace-core-primiti
[dev-dependencies]
bitvec = "1.0.1"
criterion = "0.5.1"
rand = "0.8.5"
rayon = "1.10.0"

[[bench]]
Expand Down
2 changes: 0 additions & 2 deletions crates/subspace-proof-of-space/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
#![feature(
array_chunks,
array_windows,
const_trait_impl,
generic_const_exprs,
int_roundings,
portable_simd,
step_trait
)]
Expand Down
2 changes: 2 additions & 0 deletions crates/subspace-verification/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ extern crate alloc;

#[cfg(not(feature = "std"))]
use alloc::string::String;
#[cfg(all(feature = "kzg", not(feature = "std")))]
use alloc::vec::Vec;
use codec::{Decode, Encode, MaxEncodedLen};
use core::mem;
#[cfg(feature = "kzg")]
Expand Down

0 comments on commit 8fa17a7

Please sign in to comment.