Skip to content

Commit

Permalink
Moved the proc block macro tests to make releases easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 10, 2021
1 parent f576bc0 commit a5fcb8a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion proc-blocks/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ syn = { version = "1.0.72", features = ["extra-traits", "full"] }
[dev-dependencies]
difference = "2.0.0"
pretty_assertions = "0.7.2"
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.1" }
5 changes: 5 additions & 0 deletions proc-blocks/proc-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ readme = "README.md"
hotg-rune-proc-block-macros = { path = "../macros", version = "^0.5.1"}
hotg-rune-core = { path = "../../crates/rune-core", version = "0.5.1", default-features = false }
serde = { version = "1.0.126", default-features = false, features = ["derive", "alloc"] }

[dev-dependencies]
difference = "2.0.0"
pretty_assertions = "0.7.2"
hotg-rune-proc-blocks = { path = "../proc-blocks", version = "^0.5.1" }
File renamed without changes.

0 comments on commit a5fcb8a

Please sign in to comment.