Skip to content

Commit e259c9b

Browse files
glihmgithub-actions[bot]
authored andcommitted
Prepare Cairo macros release: v1.8.0
1 parent 0301216 commit e259c9b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

crates/dojo/macros/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/dojo/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://dojoengine.org"
88
# The version of this package doesn't depend on the workspace version,
99
# since it has to be published to Scarb registry before a Dojo package update.
1010
# Use the workflow "publish-dojo-macros-scarbs-xyz" to publish this package to Scarb registry.
11-
version = "1.7.1"
11+
version = "1.8.0"
1212
description = """
1313
Cairo proc macros for the Dojo framework.
1414
"""

crates/dojo/macros/Scarb.lock

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

44
[[package]]
55
name = "dojo_cairo_macros"
6-
version = "1.7.1"
6+
version = "1.8.0"

crates/dojo/macros/Scarb.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "dojo_cairo_macros"
33
description = "Dojo Cairo proc macros."
4-
version = "1.7.1"
4+
version = "1.8.0"
55
edition = "2024_07"
66
license = "MIT"
77
repository = "https://github.com/dojoengine/dojo"

0 commit comments

Comments
 (0)