Skip to content

Commit

Permalink
chore: increment crate versions to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Jun 12, 2024
1 parent cd59d08 commit 40ec598
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion miden-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miden-lib"
version = "0.3.0"
version = "0.3.1"
description = "Standard library of the Miden rollup"
readme = "README.md"
categories = ["no-std"]
Expand Down
2 changes: 1 addition & 1 deletion miden-tx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miden-tx"
version = "0.3.0"
version = "0.3.1"
description = "Miden rollup transaction compiler, executor, and prover"
readme = "README.md"
categories = ["no-std"]
Expand Down
2 changes: 1 addition & 1 deletion mock/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miden-mock"
version = "0.3.0"
version = "0.3.1"
description = "Library for mocking and testing core Miden rollup components"
readme = "README.md"
keywords = ["miden", "mock"]
Expand Down
2 changes: 1 addition & 1 deletion objects/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "miden-objects"
version = "0.3.0"
version = "0.3.1"
description = "Core components of the Miden rollup"
readme = "README.md"
categories = ["no-std"]
Expand Down

0 comments on commit 40ec598

Please sign in to comment.