diff --git a/adapters/celestia/Cargo.toml b/adapters/celestia/Cargo.toml index a1c289e8a..3cfa06a0a 100644 --- a/adapters/celestia/Cargo.toml +++ b/adapters/celestia/Cargo.toml @@ -3,7 +3,7 @@ name = "sov-celestia-adapter" version = { workspace = true } edition = { workspace = true } license = { workspace = true } -publish = false +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/adapters/mock-da/Cargo.toml b/adapters/mock-da/Cargo.toml index cf9f1e90c..73bd92f51 100644 --- a/adapters/mock-da/Cargo.toml +++ b/adapters/mock-da/Cargo.toml @@ -1,14 +1,14 @@ [package] name = "sov-mock-da" -description = "Mock impelemntation of Data Availability layer for testing purposes" +description = "Mock implementation of Data Availability layer for testing purposes" version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true homepage.workspace = true -publish.workspace = true repository.workspace = true readme = "README.md" +publish = true [dependencies] anyhow = { workspace = true } diff --git a/adapters/mock-zkvm/Cargo.toml b/adapters/mock-zkvm/Cargo.toml index 17b7a6947..b74632e76 100644 --- a/adapters/mock-zkvm/Cargo.toml +++ b/adapters/mock-zkvm/Cargo.toml @@ -6,8 +6,8 @@ edition.workspace = true license.workspace = true authors.workspace = true homepage.workspace = true -publish.workspace = true repository.workspace = true +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -21,4 +21,4 @@ sov-rollup-interface = { path = "../../rollup-interface", version = "0.3" } [features] default = [] -native = [] \ No newline at end of file +native = [] diff --git a/packages_to_publish.yml b/packages_to_publish.yml index 1ca2df684..ff6922346 100644 --- a/packages_to_publish.yml +++ b/packages_to_publish.yml @@ -27,4 +27,6 @@ # Adapters - sov-risc0-adapter -# TODO: sov-celestia-adapter (https://github.com/Sovereign-Labs/nmt-rs/issues/17) +- sov-celestia-adapter +- sov-mock-da +- sov-mock-zkvm