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
2 changes: 1 addition & 1 deletion 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 @@ -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.2" }
dojo-types = { path = "crates/dojo/types", version = "1.8.0" }
dojo-world = { path = "crates/dojo/world" }

# sozo
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 @@ -10,4 +10,4 @@ dependencies = [

[[package]]
name = "dojo_cairo_macros"
version = "1.7.1"
version = "1.8.0"
4 changes: 2 additions & 2 deletions 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/dojo/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://dojoengine.org"
# The version of this package doesn't depend on the workspace version,
# since it has to be published to Scarb registry before a Dojo package update.
# Use the workflow "publish-dojo-macros-scarbs-xyz" to publish this package to Scarb registry.
version = "1.7.1"
version = "1.8.0"
description = """
Cairo proc macros for the Dojo framework.
"""
Expand Down
2 changes: 1 addition & 1 deletion crates/dojo/macros/Scarb.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ version = 1

[[package]]
name = "dojo_cairo_macros"
version = "1.7.1"
version = "1.8.0"
2 changes: 1 addition & 1 deletion crates/dojo/macros/Scarb.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "dojo_cairo_macros"
description = "Dojo Cairo proc macros."
version = "1.7.1"
version = "1.8.0"
edition = "2024_07"
license = "MIT"
repository = "https://github.com/dojoengine/dojo"
Expand Down
5 changes: 4 additions & 1 deletion crates/dojo/types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
edition.workspace = true
name = "dojo-types"
version.workspace = true
#version.workspace = true
# Currently managing this version separately from the workspace version to more easily
# publish the dojo macros which depends on this crate.
version = "1.8.0"
license.workspace = true
documentation.workspace = true
homepage.workspace = true
Expand Down
Loading