Skip to content

Commit 38bcdd2

Browse files
authored
Remove butane_core self-dev-dependency (#328)
Cargo publish now barfs on this, for details see rust-lang/cargo#15151 The `async-adapter` specification was added in #281 but is no longer necessary because it ends up transitively being included anyway through the `butane_test_helper` dev dependency.
1 parent 8955aa1 commit 38bcdd2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

butane_core/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ thiserror = "2.0"
5858
uuid = { workspace = true, optional = true }
5959

6060
[dev-dependencies]
61-
butane_core = { workspace = true, features = ["log", "async-adapter"] }
6261
assert_matches = "1.5"
6362
butane_test_helper = { workspace = true, default-features = false, features = ["sqlite", "pg"] }
6463
butane_test_macros.workspace = true

0 commit comments

Comments
 (0)