Skip to content

Commit 62a2baa

Browse files
committed
chore: make release-please ignore dev dependency of hooks-core
1 parent 541e3da commit 62a2baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hooks-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pin-project-lite = "0.2.9"
1414
futures-core = { version = "0.3.25", optional = true }
1515
syn-lite = "0.1.0"
1616

17-
[dev-dependencies]
17+
[target."cfg(any(a,not(a)))".dev-dependencies] # this is to make release-please ignore this dependency
1818
hooks_dev = { path = "../hooks", package = "hooks", features = ["proc-macro"] }
1919

2020
[features]

0 commit comments

Comments
 (0)