Tags: Electron100/butane
Tags
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.
Fix publishing (#84) Fix publishing with cargo release 1. Fix version specifications for in-repo packages in workspace Cargo.toml 2. Don't release butane_test_helper 3. Don't specify version for butane_test_helper when referencing it. This allows butane_core to be published despite the circular dev-dependency. See rust-lang/cargo#7333
PreviousNext