@@ -18,7 +18,7 @@ lto = "thin"
18
18
lto = " thin"
19
19
20
20
[workspace .package ]
21
- version = " 0.42.0-alpha.9 "
21
+ version = " 0.42.0-alpha.10 "
22
22
edition = " 2021"
23
23
authors = [" Triton Software AG" ]
24
24
license = " Apache-2.0"
@@ -27,21 +27,38 @@ repository = "https://github.com/TritonVM/triton-vm"
27
27
readme = " README.md"
28
28
documentation = " https://triton-vm.org/spec/"
29
29
30
+ [workspace .dependencies .air ]
31
+ version = " 0.42.0-alpha.10"
32
+ path = " triton-air"
33
+ package = " triton-air"
34
+
35
+ [workspace .dependencies .constraint-builder ]
36
+ version = " 0.42.0-alpha.10"
37
+ path = " triton-constraint-builder"
38
+ package = " triton-constraint-builder"
39
+
40
+
41
+ [workspace .dependencies .constraint-circuit ]
42
+ version = " 0.42.0-alpha.10"
43
+ path = " triton-constraint-circuit"
44
+ package = " triton-constraint-circuit"
45
+
46
+ [workspace .dependencies .isa ]
47
+ version = " 0.42.0-alpha.10"
48
+ path = " triton-isa"
49
+ package = " triton-isa"
50
+
30
51
[workspace .dependencies ]
31
- air = { path = " triton-air" , package = " triton-air" }
32
52
anyhow = " 1.0"
33
53
arbitrary = { version = " 1" , features = [" derive" ] }
34
54
assert2 = " 0.3"
35
55
colored = " 2.1"
36
- constraint-builder = { path = " triton-constraint-builder" , package = " triton-constraint-builder" }
37
- constraint-circuit = { path = " triton-constraint-circuit" , package = " triton-constraint-circuit" }
38
56
clap = { version = " 4" , features = [" derive" , " cargo" , " wrap_help" , " unicode" , " string" ] }
39
57
criterion = { version = " 0.5" , features = [" html_reports" ] }
40
58
directories = " 5"
41
59
fs-err = " 2.11.0"
42
60
get-size = " 0.1.4"
43
61
indexmap = " 2.2.6"
44
- isa = { path = " triton-isa" , package = " triton-isa" }
45
62
itertools = " 0.13"
46
63
lazy_static = " 1.5"
47
64
ndarray = { version = " 0.16" , features = [" rayon" ] }
0 commit comments