We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541e3da commit 62a2baaCopy full SHA for 62a2baa
packages/hooks-core/Cargo.toml
@@ -14,7 +14,7 @@ pin-project-lite = "0.2.9"
14
futures-core = { version = "0.3.25", optional = true }
15
syn-lite = "0.1.0"
16
17
-[dev-dependencies]
+[target."cfg(any(a,not(a)))".dev-dependencies] # this is to make release-please ignore this dependency
18
hooks_dev = { path = "../hooks", package = "hooks", features = ["proc-macro"] }
19
20
[features]
0 commit comments