Skip to content

Commit

Permalink
Prepare release: v0.6.0 (starkware-libs#1771)
Browse files Browse the repository at this point in the history
Co-authored-by: glihm <[email protected]>
  • Loading branch information
tarrencev and glihm authored Apr 4, 2024
1 parent 94fbe54 commit fc5ad79
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 48 deletions.
82 changes: 41 additions & 41 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 @@ -45,7 +45,7 @@ edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/dojoengine/dojo/"
version = "0.6.0-alpha.13"
version = "0.6.0"

[profile.performance]
codegen-units = 1
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-core/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = 1

[[package]]
name = "dojo"
version = "0.5.1"
version = "0.6.0"
dependencies = [
"dojo_plugin",
]
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-core/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cairo-version = "2.4.0"
description = "The Dojo Core library for autonomous worlds."
name = "dojo"
version = "0.5.1"
version = "0.6.0"

[dependencies]
dojo_plugin = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.11" }
Expand Down
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.6.0-alpha.13"
version = "0.6.0"
edition = "2021"

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

0 comments on commit fc5ad79

Please sign in to comment.