Skip to content

Commit a5fcb8a

Browse files
author
Michael-F-Bryan
committed
Moved the proc block macro tests to make releases easier
1 parent f576bc0 commit a5fcb8a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

Cargo.lock

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

proc-blocks/macros/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ syn = { version = "1.0.72", features = ["extra-traits", "full"] }
2727
[dev-dependencies]
2828
difference = "2.0.0"
2929
pretty_assertions = "0.7.2"
30-
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.1" }

proc-blocks/proc-blocks/Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ readme = "README.md"
1717
hotg-rune-proc-block-macros = { path = "../macros", version = "^0.5.1"}
1818
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.1", default-features = false }
1919
serde = { version = "1.0.126", default-features = false, features = ["derive", "alloc"] }
20+
21+
[dev-dependencies]
22+
difference = "2.0.0"
23+
pretty_assertions = "0.7.2"
24+
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.1" }

0 commit comments

Comments
 (0)