Skip to content

Commit

Permalink
build(macros)!: enable pacaptr-macros/test on pacaptr/test
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l authored May 24, 2024
1 parent c05aa84 commit 3c7ad26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ section = "utility"
built = { version = "0.7.3", features = ["git2"] }

[dev-dependencies]
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.21.0", features = [
"test",
] }
xshell = "0.2.6"

[dependencies]
Expand Down Expand Up @@ -141,7 +138,7 @@ is_elevated = "0.1.2"
nix = { version = "0.28.0", default-features = false, features = ["user"] }

[features]
test = []
test = ["pacaptr-macros/test"]

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 3c7ad26

Please sign in to comment.