Skip to content

Commit 13c3a96

Browse files
Add publish = false for JNI and FFI crates
Signed-off-by: teodordelibasic-db <teodor.delibasic@databricks.com>
1 parent 2f99f27 commit 13c3a96

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ffi/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55
description = "C FFI bindings for the Zerobus Rust SDK"
66
license-file = "../LICENSE"
7+
publish = false
78

89
[lib]
910
crate-type = ["staticlib", "cdylib"]

jni/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rust-version = "1.70"
77
license-file = "../LICENSE"
88
description = "JNI bindings for the Zerobus Rust SDK"
99
repository = "https://github.com/databricks/zerobus-sdk-rs"
10+
publish = false
1011

1112
[lib]
1213
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)