Skip to content

Commit

Permalink
Prepare v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Dec 14, 2023
1 parent 96f773b commit e0a1663
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 28 deletions.
42 changes: 21 additions & 21 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 @@ -29,7 +29,7 @@ edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
repository = "https://github.com/dojoengine/dojo/"
version = "0.4.0"
version = "0.4.1"

[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.4.0"
version = "0.4.1"
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.4.0"
version = "0.4.1"

[dependencies]
dojo_plugin = { git = "https://github.com/dojoengine/dojo", tag = "v0.3.11" }
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo-lang/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "dojo_plugin"
version = "0.4.0"
version = "0.4.1"

[cairo-plugin]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "2.4.0"
name = "test_crate"
version = "0.4.0"
version = "0.4.1"

[cairo]
sierra-replace-ids = true
Expand Down
2 changes: 1 addition & 1 deletion crates/katana/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ starknet_api.workspace = true
thiserror.workspace = true
tokio.workspace = true
tower = { version = "0.4.13", features = [ "full" ] }
tower-http = { version = "0.4.0", features = [ "full" ] }
tower-http = { version = "0.4.1", features = [ "full" ] }
tracing.workspace = true

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/spawn-and-move/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.4.0"
version = "0.4.1"
dependencies = [
"dojo_plugin",
]
Expand Down

0 comments on commit e0a1663

Please sign in to comment.