Skip to content

Commit

Permalink
Prepare release: v0.5.1-alpha.3 (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev authored Jan 31, 2024
1 parent ba03622 commit 042a2c0
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
80 changes: 40 additions & 40 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/dojoengine/dojo/"
version = "0.5.1-alpha.2"
version = "0.5.1-alpha.3"

[profile.performance]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion crates/benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ dojo-world.workspace = true
default = ["skip-benchmarks"]
skip-benchmarks = ["skip-katana-benchmarks", "skip-gas-benchmarks"]
skip-katana-benchmarks = []
skip-gas-benchmarks = []
skip-gas-benchmarks = []
2 changes: 1 addition & 1 deletion crates/katana/runner/runner-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runner-macro"
version = "0.1.0"
version = "0.5.1-alpha.3"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 042a2c0

Please sign in to comment.