Skip to content

Commit db94ee5

Browse files
authored
Merge pull request #1476 from cryspen/release-0.3.1
Release 0.3.1
2 parents f34069a + 4cfc6dc commit db94ee5

File tree

255 files changed

+33
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+33
-26
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

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.3.0"
35+
version = "0.3.1"
3636
authors = ["hax Authors"]
3737
license = "Apache-2.0"
3838
homepage = "https://github.com/hacspec/hax"
@@ -71,14 +71,14 @@ colored = "2"
7171
annotate-snippets = "0.11"
7272

7373
# Crates in this repository
74-
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.3.0", default-features = false }
75-
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.3.0" }
76-
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.3.0" }
77-
hax-lib-macros = { path = "hax-lib/macros", version = "=0.3.0" }
78-
hax-lib-macros-types = { path = "hax-lib/macros/types", version = "=0.3.0" }
79-
hax-lib = { path = "hax-lib", version = "=0.3.0" }
80-
hax-engine-names = { path = "engine/names", version = "=0.3.0" }
81-
hax-types = { path = "hax-types", version = "=0.3.0" }
74+
hax-frontend-exporter = { path = "frontend/exporter", version = "=0.3.1", default-features = false }
75+
hax-adt-into = { path = "frontend/exporter/adt-into", version = "=0.3.1" }
76+
hax-frontend-exporter-options = { path = "frontend/exporter/options", version = "=0.3.1" }
77+
hax-lib-macros = { path = "hax-lib/macros", version = "=0.3.1" }
78+
hax-lib-macros-types = { path = "hax-lib/macros/types", version = "=0.3.1" }
79+
hax-lib = { path = "hax-lib", version = "=0.3.1" }
80+
hax-engine-names = { path = "engine/names", version = "=0.3.1" }
81+
hax-types = { path = "hax-types", version = "=0.3.1" }
8282

8383
[workspace.metadata.release]
8484
owners = ["github:hacspec:crates"]

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.3.0)
5+
(version 0.3.1)
66

77
(generate_opam_files true)
88

engine/hax-engine.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "0.3.0"
3+
version: "0.3.1"
44
synopsis: "The engine of hax, a Rust verification tool"
55
description:
66
"Hax is divided in two: a frontend (written in Rust) and an engine (written in OCaml). This is the engine."
File renamed without changes.

0 commit comments

Comments
 (0)