Skip to content

Commit

Permalink
Moved the proc-block macro integration tests back into the macros crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Aug 10, 2021
1 parent 7d07ddc commit ffff4a4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions proc-blocks/macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ 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" }
File renamed without changes.
4 changes: 0 additions & 4 deletions proc-blocks/proc-blocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ readme = "README.md"
hotg-rune-proc-block-macros = { path = "../macros", version = "^0.5.2" }
hotg-rune-core = { path = "../../crates/rune-core", version = "^0.5.2", 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"

0 comments on commit ffff4a4

Please sign in to comment.