Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 22 additions & 22 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ license-file = "LICENSE"
repository = "https://github.com/dojoengine/dojo/"
documentation = "https://book.dojoengine.org"
homepage = "https://dojoengine.org"
version = "1.7.0"
version = "1.7.1"

[profile.performance]
codegen-units = 1
Expand All @@ -64,7 +64,7 @@ dojo-metrics = { path = "crates/metrics" }
dojo-bindgen = { path = "crates/dojo/bindgen" }
dojo-core = { path = "crates/dojo/core" }
dojo-test-utils = { path = "crates/dojo/test-utils" }
dojo-types = { path = "crates/dojo/types", version = "1.7.0" }
dojo-types = { path = "crates/dojo/types", version = "1.7.1" }
dojo-world = { path = "crates/dojo/world" }

# sozo
Expand Down
6 changes: 3 additions & 3 deletions crates/dojo/core-tests/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = 1

[[package]]
name = "dojo"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"dojo_cairo_macros",
]
Expand All @@ -14,7 +14,7 @@ version = "1.7.1"

[[package]]
name = "dojo_core_test"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"dojo",
"dojo_cairo_macros",
Expand All @@ -24,7 +24,7 @@ dependencies = [

[[package]]
name = "dojo_snf_test"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"dojo",
"snforge_std",
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo/core-tests/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dojo_core_test"
description = "Testing library for Dojo using Starknet foundry."

version = "1.7.0"
version = "1.7.1"
edition = "2024_07"
cairo-version = "2.12"

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 = "1.7.0"
version = "1.7.1"
dependencies = [
"dojo_cairo_macros",
]
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 @@ -3,7 +3,7 @@ cairo-version = "2.12"
edition = "2024_07"
description = "The Dojo Core library for autonomous worlds."
name = "dojo"
version = "1.7.0"
version = "1.7.1"
license = "MIT"
repository = "https://github.com/dojoengine/dojo"
documentation = "https://book.dojoengine.org"
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo/dojo-cairo-test/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dojo_cairo_test"
description = "Testing library for Dojo using cairo test runner."
license = "MIT"
version = "1.7.0"
version = "1.7.1"
edition = "2024_07"
cairo-version = "2.12"
repository = "https://github.com/dojoengine/dojo"
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo/dojo-snf-test/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dojo_snf_test"
description = "Testing library for Dojo using Starknet Foundry."
license = "MIT"
version = "1.7.0"
version = "1.7.1"
edition = "2024_07"
cairo-version = "2.12"
repository = "https://github.com/dojoengine/dojo"
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo/macros/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 crates/macros/merge-options/macro_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merge-options-macro-test"
version = "1.7.0"
version = "1.7.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/game-lib/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "1.7.0"
version = "1.7.1"
description = "Example game library for Dojo"
edition = "2024_07"
cairo-version = "2.12"
Expand Down
2 changes: 1 addition & 1 deletion examples/game-lib/armory/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "armory"
version = "1.7.0"
version = "1.7.1"
description = "An armory of epic weapons."
edition.workspace = true
cairo-version.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion examples/game-lib/bestiary/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bestiary"
version = "1.7.0"
version = "1.7.1"
description = "Some scary foes to fight."
edition.workspace = true
cairo-version.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions examples/simple/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = 1

[[package]]
name = "dojo"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"dojo_cairo_macros",
]
Expand All @@ -14,14 +14,14 @@ version = "1.7.1"

[[package]]
name = "dojo_cairo_test"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"dojo",
]

[[package]]
name = "dojo_simple"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"dojo",
"dojo_cairo_macros",
Expand Down
2 changes: 1 addition & 1 deletion examples/simple/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
cairo-version = "2.12.2"
name = "dojo_simple"
version = "1.7.0"
version = "1.7.1"
edition = "2024_07"
license = "MIT"

Expand Down
Loading
Loading