Skip to content

Commit

Permalink
Mark plane-tests and plane-dynamic as publish=false (#833)
Browse files Browse the repository at this point in the history
When we only published one `plane` crate this didn't matter because we
could do `cargo publish` by hand, but now that we have a couple
published crates in the repo it's nice to be able to run `cargo ws
publish` which requires this to be set.
  • Loading branch information
paulgb authored Oct 22, 2024
1 parent 34c96bb commit 2a13424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plane/plane-dynamic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "plane-dynamic"
version = "0.4.9"
edition = "2021"
publish = false

[dependencies]
plane = { path = ".." }
Expand Down
1 change: 1 addition & 0 deletions plane/plane-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "plane-tests"
version = "0.5.1"
edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.75"
Expand Down

0 comments on commit 2a13424

Please sign in to comment.