@@ -32,7 +32,7 @@ default-members = [
32
32
resolver = " 2"
33
33
34
34
[workspace .package ]
35
- version = " 0.1.0-rc.1 "
35
+ version = " 0.1.0"
36
36
authors = [" hax Authors" ]
37
37
license = " Apache-2.0"
38
38
homepage = " https://github.com/hacspec/hax"
@@ -71,14 +71,14 @@ colored = "2"
71
71
annotate-snippets = " 0.11"
72
72
73
73
# Crates in this repository
74
- hax-frontend-exporter = { path = " frontend/exporter" , version = " =0.1.0-rc.1 " , default-features = false }
75
- hax-adt-into = { path = " frontend/exporter/adt-into" , version = " =0.1.0-rc.1 " }
76
- hax-frontend-exporter-options = { path = " frontend/exporter/options" , version = " =0.1.0-rc.1 " }
77
- hax-lib-macros = { path = " hax-lib/macros" , version = " =0.1.0-rc.1 " }
78
- hax-lib-macros-types = { path = " hax-lib/macros/types" , version = " =0.1.0-rc.1 " }
79
- hax-lib = { path = " hax-lib" , version = " =0.1.0-rc.1 " }
80
- hax-engine-names = { path = " engine/names" , version = " =0.1.0-rc.1 " }
81
- hax-types = { path = " hax-types" , version = " =0.1.0-rc.1 " }
74
+ hax-frontend-exporter = { path = " frontend/exporter" , version = " =0.1.0" , default-features = false }
75
+ hax-adt-into = { path = " frontend/exporter/adt-into" , version = " =0.1.0" }
76
+ hax-frontend-exporter-options = { path = " frontend/exporter/options" , version = " =0.1.0" }
77
+ hax-lib-macros = { path = " hax-lib/macros" , version = " =0.1.0" }
78
+ hax-lib-macros-types = { path = " hax-lib/macros/types" , version = " =0.1.0" }
79
+ hax-lib = { path = " hax-lib" , version = " =0.1.0" }
80
+ hax-engine-names = { path = " engine/names" , version = " =0.1.0" }
81
+ hax-types = { path = " hax-types" , version = " =0.1.0" }
82
82
83
83
[workspace .metadata .release ]
84
- owners = [" github:hacspec:crates" ]
84
+ owners = [" github:hacspec:crates" ]
0 commit comments