@@ -34,7 +34,7 @@ default-members = [
34
34
resolver = " 2"
35
35
36
36
[workspace .package ]
37
- version = " 0.3.4 "
37
+ version = " 0.3.5 "
38
38
authors = [" hax Authors" ]
39
39
license = " Apache-2.0"
40
40
homepage = " https://github.com/hacspec/hax"
@@ -73,16 +73,16 @@ colored = "2"
73
73
annotate-snippets = " 0.11"
74
74
75
75
# Crates in this repository
76
- hax-frontend-exporter = { path = " frontend/exporter" , version = " =0.3.4 " , default-features = false }
77
- hax-adt-into = { path = " frontend/exporter/adt-into" , version = " =0.3.4 " }
78
- hax-frontend-exporter-options = { path = " frontend/exporter/options" , version = " =0.3.4 " }
79
- hax-lib-macros = { path = " hax-lib/macros" , version = " =0.3.4 " }
80
- hax-lib-macros-types = { path = " hax-lib/macros/types" , version = " =0.3.4 " }
81
- hax-lib = { path = " hax-lib" , version = " =0.3.4 " }
82
- hax-engine-names = { path = " engine/names" , version = " =0.3.4 " }
83
- hax-types = { path = " hax-types" , version = " =0.3.4 " }
84
- hax-rust-engine = { path = " rust-engine" , version = " =0.3.4 " }
85
- hax-rust-engine-macros = { path = " rust-engine/macros" , version = " =0.3.4 " }
76
+ hax-frontend-exporter = { path = " frontend/exporter" , version = " =0.3.5 " , default-features = false }
77
+ hax-adt-into = { path = " frontend/exporter/adt-into" , version = " =0.3.5 " }
78
+ hax-frontend-exporter-options = { path = " frontend/exporter/options" , version = " =0.3.5 " }
79
+ hax-lib-macros = { path = " hax-lib/macros" , version = " =0.3.5 " }
80
+ hax-lib-macros-types = { path = " hax-lib/macros/types" , version = " =0.3.5 " }
81
+ hax-lib = { path = " hax-lib" , version = " =0.3.5 " }
82
+ hax-engine-names = { path = " engine/names" , version = " =0.3.5 " }
83
+ hax-types = { path = " hax-types" , version = " =0.3.5 " }
84
+ hax-rust-engine = { path = " rust-engine" , version = " =0.3.5 " }
85
+ hax-rust-engine-macros = { path = " rust-engine/macros" , version = " =0.3.5 " }
86
86
87
87
[workspace .metadata .release ]
88
88
owners = [" github:cryspen:tools" ]
0 commit comments