Skip to content

Commit

Permalink
Update packages_to_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
neysofu committed Nov 28, 2023
1 parent d309988 commit 32ad88f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion adapters/celestia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions adapters/mock-da/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions adapters/mock-zkvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,4 +21,4 @@ sov-rollup-interface = { path = "../../rollup-interface", version = "0.3" }

[features]
default = []
native = []
native = []
4 changes: 3 additions & 1 deletion packages_to_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32ad88f

Please sign in to comment.