Skip to content

Commit e9654b2

Browse files
authored
Merge branch 'main' into automate-semver-breaking-api
2 parents 2b5e8d4 + 0ebecd5 commit e9654b2

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

benchmarks/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ homepage = { workspace = true }
2525
repository = { workspace = true }
2626
license = { workspace = true }
2727
rust-version = { workspace = true }
28+
publish = false
2829

2930
# Note: add additional linter rules in lib.rs.
3031
# Rust does not support workspace + new linter rules in subcrates yet

datafusion/wasmtest/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ repository = { workspace = true }
2626
license = { workspace = true }
2727
authors = { workspace = true }
2828
rust-version = { workspace = true }
29+
publish = false
2930

3031
[package.metadata.docs.rs]
3132
all-features = true

test-utils/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
name = "test-utils"
2020
version = "0.1.0"
2121
edition = { workspace = true }
22+
publish = false
2223

2324
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2425

0 commit comments

Comments
 (0)