Skip to content

Commit

Permalink
release: 0.1.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Oct 7, 2024
1 parent effa0cb commit 8f7776b
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ default-members = [
resolver = "2"

[workspace.package]
version = "0.1.0-pre.2"
version = "0.1.0-alpha.1"
authors = ["hax Authors"]
license = "Apache-2.0"
homepage = "https://github.com/hacspec/hax"
Expand Down Expand Up @@ -72,11 +72,11 @@ bincode = "2.0.0-rc.3"
annotate-snippets = "0.11"

# Crates in this repository
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.1.0-pre.2", default-features = false }
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.1.0-pre.2" }
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.1.0-pre.2" }
hax-lib-macros-types = { path = "hax-lib-macros/types", version = "=0.1.0-pre.2" }
hax-lib-macros = { path = "hax-lib-macros", version = "=0.1.0-pre.2" }
hax-lib = { path = "hax-lib", version = "=0.1.0-pre.2" }
hax-engine-names = { path = "engine/names", version = "=0.1.0-pre.2" }
hax-types = { path = "hax-types", version = "=0.1.0-pre.2" }
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.1.0-alpha.1", default-features = false }
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.1.0-alpha.1" }
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.1.0-alpha.1" }
hax-lib-macros-types = { path = "hax-lib-macros/types", version = "=0.1.0-alpha.1" }
hax-lib-macros = { path = "hax-lib-macros", version = "=0.1.0-alpha.1" }
hax-lib = { path = "hax-lib", version = "=0.1.0-alpha.1" }
hax-engine-names = { path = "engine/names", version = "=0.1.0-alpha.1" }
hax-types = { path = "hax-types", version = "=0.1.0-alpha.1" }
2 changes: 1 addition & 1 deletion engine/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(name hax-engine)

(version 0.1.0-pre.2)
(version 0.1.0-alpha.1)

(generate_opam_files true)

Expand Down

0 comments on commit 8f7776b

Please sign in to comment.