Skip to content

Commit

Permalink
To trigger test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nyunyunyunyu committed Dec 16, 2024
1 parent 702edb5 commit 61f30df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ openvm-cli-example-test = { path = "example" }

[features]
default = ["parallel", "mimalloc"]
parallel = ["openvm-circuit/parallel"]
parallel = ["openvm-circuit/parallel", "openvm-stark-sdk/parallel"]
mimalloc = ["openvm-circuit/mimalloc"]
jemalloc = ["openvm-circuit/jemalloc"]
jemalloc-prof = ["openvm-circuit/jemalloc-prof"]
Expand Down
1 change: 1 addition & 0 deletions crates/vm/src/arch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub mod segment;
/// Top level [VirtualMachine] constructor and API.
pub mod vm;


pub use openvm_instructions as instructions;

pub mod hasher;
Expand Down

0 comments on commit 61f30df

Please sign in to comment.