mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-23 23:23:50 +03:00
Merge pull request #2333 from AleoHQ/upgrade/snarkvm-0.9.15
Update snarkVM to 0.9.15, aleo to 0.3.6
This commit is contained in:
commit
6bb50c284a
623
Cargo.lock
generated
623
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -32,10 +32,10 @@ members = [
|
||||
]
|
||||
|
||||
[workspace.dependencies.snarkvm]
|
||||
version = "0.9.13"
|
||||
version = "0.9.15"
|
||||
|
||||
[workspace.dependencies.snarkvm-console]
|
||||
version = "0.9.13"
|
||||
version = "0.9.15"
|
||||
|
||||
[lib]
|
||||
path = "leo/lib.rs"
|
||||
@ -50,7 +50,7 @@ ci_skip = [ "leo-compiler/ci_skip" ]
|
||||
noconfig = [ ]
|
||||
|
||||
[dependencies.aleo]
|
||||
version = "=0.3.5"
|
||||
version = "=0.3.6"
|
||||
|
||||
[dependencies.leo-ast]
|
||||
path = "./compiler/ast"
|
||||
|
@ -20,9 +20,9 @@ use leo_errors::{type_name, FlattenError, LeoError, Result};
|
||||
use leo_span::{Span, Symbol};
|
||||
|
||||
use indexmap::IndexMap;
|
||||
use std::num::ParseIntError;
|
||||
use std::{
|
||||
fmt::Display,
|
||||
num::ParseIntError,
|
||||
ops::{BitAnd, BitOr, BitXor, Not},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user