Skip to content

Commit 2afe62f

Browse files
committed
bridge: Make sure packages can't be published to crates.io accidentally
1 parent 89df059 commit 2afe62f

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

bridge/svix-bridge-plugin-kafka/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "svix-bridge-plugin-kafka"
33
version = "0.1.0"
44
edition = "2021"
5+
publish = false
56

67
[dependencies]
78
rdkafka = { version = "0.36.0", features = ["cmake-build", "ssl", "tracing"] }

bridge/svix-bridge-plugin-queue/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name = "svix-bridge-plugin-queue"
33
version = "0.1.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
publish = false
76

87
[dependencies]
98
serde_json = "1.0"

bridge/svix-bridge-types/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name = "svix-bridge-types"
33
version = "0.1.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
publish = false
76

87
[dependencies]
98
async-trait = "0.1"

bridge/svix-bridge/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
name = "svix-bridge"
33
version = "1.24.0"
44
edition = "2021"
5-
6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
5+
publish = false
76

87
[dependencies]
98
anyhow = "1"

0 commit comments

Comments
 (0)