diff --git a/bindings/go/Cargo.toml b/bindings/go/Cargo.toml index 0c0d3c6d5..0a35db840 100644 --- a/bindings/go/Cargo.toml +++ b/bindings/go/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true +publish = false [lib] name = "_limbo_go" diff --git a/bindings/java/Cargo.toml b/bindings/java/Cargo.toml index fd38d1e65..1cbb3ff82 100644 --- a/bindings/java/Cargo.toml +++ b/bindings/java/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true +publish = false [lib] name = "_limbo_java" diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 43639f94c..d93baf1c8 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -5,6 +5,7 @@ authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true +publish = false [lib] name = "_limbo"