Skip to content

Commit

Permalink
Merge pull request #1742 from AleoHQ/feat/async-feature-flag
Browse files Browse the repository at this point in the history
Adds missing `async` feature flag
  • Loading branch information
howardwu authored Jul 3, 2023
2 parents 6dde691 + b784e50 commit f7d799c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ cli = [
"thiserror"
]
aleo-cli = [ "snarkvm-synthesizer/aleo-cli" ]
async = [ "snarkvm-ledger/async", "snarkvm-synthesizer/async" ]
cuda = [ "snarkvm-algorithms/cuda" ]
parameters_no_std_out = [ "snarkvm-parameters/no_std_out" ]
noconfig = [ ]
Expand Down

0 comments on commit f7d799c

Please sign in to comment.