Skip to content

Commit effa0cb

Browse files
committed
chore: Release
1 parent 2834644 commit effa0cb

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ default-members = [
3232
resolver = "2"
3333

3434
[workspace.package]
35-
version = "0.1.0-pre.1"
35+
version = "0.1.0-pre.2"
3636
authors = ["hax Authors"]
3737
license = "Apache-2.0"
3838
homepage = "https://github.com/hacspec/hax"
@@ -72,11 +72,11 @@ bincode = "2.0.0-rc.3"
7272
annotate-snippets = "0.11"
7373

7474
# Crates in this repository
75-
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.1.0-pre.1", default-features = false }
76-
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.1.0-pre.1" }
77-
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.1.0-pre.1" }
78-
hax-lib-macros-types = { path = "hax-lib-macros/types", version = "=0.1.0-pre.1" }
79-
hax-lib-macros = { path = "hax-lib-macros", version = "=0.1.0-pre.1" }
80-
hax-lib = { path = "hax-lib", version = "=0.1.0-pre.1" }
81-
hax-engine-names = { path = "engine/names", version = "=0.1.0-pre.1" }
82-
hax-types = { path = "hax-types", version = "=0.1.0-pre.1" }
75+
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.1.0-pre.2", default-features = false }
76+
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.1.0-pre.2" }
77+
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.1.0-pre.2" }
78+
hax-lib-macros-types = { path = "hax-lib-macros/types", version = "=0.1.0-pre.2" }
79+
hax-lib-macros = { path = "hax-lib-macros", version = "=0.1.0-pre.2" }
80+
hax-lib = { path = "hax-lib", version = "=0.1.0-pre.2" }
81+
hax-engine-names = { path = "engine/names", version = "=0.1.0-pre.2" }
82+
hax-types = { path = "hax-types", version = "=0.1.0-pre.2" }

engine/dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
(name hax-engine)
44

5-
(version 0.1.0-pre.1)
5+
(version 0.1.0-pre.2)
66

77
(generate_opam_files true)
88

0 commit comments

Comments
 (0)