Skip to content

Commit 8336549

Browse files
authored
dev dependency reference only by path (#375)
The self-referential dev-dependency of the main butane crate prevents publishing to crates.io unless it references by path only. See rust-lang/cargo#4242 for more info
1 parent 919f71a commit 8336549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

butane/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ r2d2 = { optional = true, workspace = true }
4040
deadpool = { optional = true, workspace = true }
4141

4242
[dev-dependencies]
43-
butane = { features = ["_auto_delete_dot_butane"], workspace = true}
43+
butane = { features = ["_auto_delete_dot_butane"], path = "." }
4444
butane_test_helper = { workspace = true, default-features = false, features = ["sqlite", "pg"] }
4545
butane_test_macros = { workspace = true }
4646
cfg-if = { workspace = true }

0 commit comments

Comments
 (0)