@@ -34,7 +34,7 @@ default-members = [
3434resolver = " 2"
3535
3636[workspace .package ]
37- version = " 0.3.4 "
37+ version = " 0.3.5 "
3838authors = [" hax Authors" ]
3939license = " Apache-2.0"
4040homepage = " https://github.com/hacspec/hax"
@@ -73,16 +73,16 @@ colored = "2"
7373annotate-snippets = " 0.11"
7474
7575# 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 " }
8686
8787[workspace .metadata .release ]
8888owners = [" github:cryspen:tools" ]
0 commit comments