mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-04 15:20:16 +00:00
parent
fcb4c9dab4
commit
62fdd74805
1138
Cargo.lock
generated
1138
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -33,7 +33,6 @@ fluence-keypair = { version = "0.10.1" }
|
|||||||
serde = { version = "1.0.164", features = [ "derive", "rc" ] }
|
serde = { version = "1.0.164", features = [ "derive", "rc" ] }
|
||||||
serde_json = "1.0.95"
|
serde_json = "1.0.95"
|
||||||
|
|
||||||
boolinator = "2.4.0"
|
|
||||||
concat-idents = "1.1.4"
|
concat-idents = "1.1.4"
|
||||||
maplit = "1.0.2"
|
maplit = "1.0.2"
|
||||||
non-empty-vec = "0.2.3"
|
non-empty-vec = "0.2.3"
|
||||||
|
@ -17,7 +17,6 @@ path = "src/lib.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
air-utils = { version = "0.1.1", path = "../utils" }
|
air-utils = { version = "0.1.1", path = "../utils" }
|
||||||
aquavm-air-parser = { version = "0.7.5", path = "../air-parser" }
|
aquavm-air-parser = { version = "0.7.5", path = "../air-parser" }
|
||||||
air-interpreter-interface = { version = "0.14.0", path = "../interpreter-interface" }
|
|
||||||
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
|
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
|
||||||
air-interpreter-signatures = { version = "0.1.1", path = "../interpreter-signatures" }
|
air-interpreter-signatures = { version = "0.1.1", path = "../interpreter-signatures" }
|
||||||
polyplets = { version = "0.3.2", path = "../polyplets" }
|
polyplets = { version = "0.3.2", path = "../polyplets" }
|
||||||
|
@ -19,4 +19,3 @@ non-empty-vec = { version = "0.2.3", features = ["serde"] }
|
|||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
|
|
||||||
serde = { version = "1.0.164", features = ["rc", "derive"] }
|
serde = { version = "1.0.164", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.95"
|
|
||||||
|
@ -22,13 +22,9 @@ air-lambda-ast = { version = "0.1.0", path = "../ast" }
|
|||||||
|
|
||||||
lalrpop-util = "0.20.0"
|
lalrpop-util = "0.20.0"
|
||||||
regex = "1.8.1"
|
regex = "1.8.1"
|
||||||
codespan = "0.11.1"
|
|
||||||
codespan-reporting = "0.11.1"
|
|
||||||
multimap = "0.9.0"
|
|
||||||
|
|
||||||
# TODO: hide serde behind a feature
|
# TODO: hide serde behind a feature
|
||||||
serde = { version = "1.0.164", features = ["rc", "derive"] }
|
serde = { version = "1.0.164", features = ["rc", "derive"] }
|
||||||
serde_json = "1.0.95"
|
|
||||||
|
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
thiserror = "1.0.40"
|
thiserror = "1.0.40"
|
||||||
|
@ -15,7 +15,6 @@ path = "src/lib.rs"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
|
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
|
||||||
air-interpreter-data = { version = "0.8.0", path = "../interpreter-data" }
|
air-interpreter-data = { version = "0.8.0", path = "../interpreter-data" }
|
||||||
air-interpreter-interface = { version = "0.14.0", path = "../interpreter-interface" }
|
|
||||||
air-log-targets = { version = "0.1.0", path = "../log-targets" }
|
air-log-targets = { version = "0.1.0", path = "../log-targets" }
|
||||||
aquavm-air-parser = { version = "0.7.5", path = "../air-parser" }
|
aquavm-air-parser = { version = "0.7.5", path = "../air-parser" }
|
||||||
polyplets = { version = "0.3.2", path = "../polyplets" }
|
polyplets = { version = "0.3.2", path = "../polyplets" }
|
||||||
|
Loading…
Reference in New Issue
Block a user