Skip to content

Commit e47da64

Browse files
authored
Prepare cairo-lang-macro-attributes for publishing (#1494)
commit-id:15faf15d --- **Stack**: - #1497 - #1496 - #1495 - #1494⚠️ *Part of a stack created by [spr](https://github.com/ejoffe/spr). Do not merge manually using the UI - doing so may have unexpected results.*
1 parent 1799edc commit e47da64

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed

Cargo.lock

+13-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/cairo-lang-macro-attributes/Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "cairo-lang-macro-attributes"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition.workspace = true
5-
65
authors.workspace = true
76
categories = ["development-tools"]
87
description = "Cairo procedural macro interface primitives."
@@ -18,4 +17,4 @@ proc-macro = true
1817
[dependencies]
1918
quote.workspace = true
2019
syn = { workspace = true, features = ["full", "extra-traits"] }
21-
scarb-stable-hash = { path = "../../utils/scarb-stable-hash" }
20+
scarb-stable-hash = "1"
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# cairo-lang-macro
1+
# Cairo Lang Macro Attributes
22

3-
Shared interface for Scarb procedural macros.
3+
Rust procedural macros exposed via `cairo-lang-macro` as shared interface for Scarb procedural macros.
4+
Please see the [`cairo-lang-macro`](https://crates.io/crates/cairo-lang-macro) crate for more information.

0 commit comments

Comments
 (0)