Skip to content

Commit d6e847c

Browse files
committed
chore: bump to 1.6.2
1 parent 94205d6 commit d6e847c

File tree

15 files changed

+48
-48
lines changed

15 files changed

+48
-48
lines changed

Cargo.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ edition = "2021"
3030
license = "Apache-2.0"
3131
license-file = "LICENSE"
3232
repository = "https://github.com/dojoengine/dojo/"
33-
version = "1.6.1"
33+
version = "1.6.2"
3434

3535
[profile.performance]
3636
codegen-units = 1

crates/dojo/core-cairo-test/Scarb.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ version = 1
33

44
[[package]]
55
name = "dojo"
6-
version = "1.6.1"
6+
version = "1.6.2"
77
dependencies = [
88
"dojo_plugin",
99
]
1010

1111
[[package]]
1212
name = "dojo_cairo_test"
13-
version = "1.6.1"
13+
version = "1.6.2"
1414
dependencies = [
1515
"dojo",
1616
]

crates/dojo/core-cairo-test/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cairo-version = "=2.10.1"
33
edition = "2024_07"
44
description = "Testing library for Dojo using Cairo test runner."
55
name = "dojo_cairo_test"
6-
version = "1.6.1"
6+
version = "1.6.2"
77

88
[[target.starknet-contract]]
99
build-external-contracts = [ "dojo::world::world_contract::world" ]

crates/dojo/core/Scarb.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version = 1
33

44
[[package]]
55
name = "dojo"
6-
version = "1.6.1"
6+
version = "1.6.2"
77
dependencies = [
88
"dojo_plugin",
99
]

crates/dojo/core/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cairo-version = "=2.10.1"
33
edition = "2024_07"
44
description = "The Dojo Core library for autonomous worlds."
55
name = "dojo"
6-
version = "1.6.1"
6+
version = "1.6.2"
77

88
[dependencies]
99
starknet = "=2.10.1"

crates/macros/merge-options/macro_test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "merge-options-macro-test"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
edition = "2021"
55
publish = false
66

examples/game-lib/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55
]
66

77
[workspace.package]
8-
version = "1.6.1"
8+
version = "1.6.2"
99
description = "Example game library for Dojo"
1010
edition = "2024_07"
1111
cairo-version = "=2.10.1"

examples/game-lib/armory/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "armory"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "An armory of epic weapons."
55
edition.workspace = true
66
cairo-version.workspace = true

examples/game-lib/bestiary/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bestiary"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "Some scary foes to fight."
55
edition.workspace = true
66
cairo-version.workspace = true

0 commit comments

Comments
 (0)