Skip to content

Commit

Permalink
Update crates' versions to 0.3.0 (v0.3.0-alpha pre-release PR) (#…
Browse files Browse the repository at this point in the history
…1075)

* 'set-version' for all Cargo.toml's and .lock's

* Reorder publish order based on dep graph

* Comment about sov-modules-macros publishing

Signed-off-by: Filippo Costa <[email protected]>

* Fix sov-modules-rollup-template dep versions

* Publish sov-stf-runner

* Fix path deps for sov-ledger-rpc

* re-add dev deps for stf-runner

---------

Signed-off-by: Filippo Costa <[email protected]>
Co-authored-by: Preston Evans <[email protected]>
  • Loading branch information
neysofu and preston-evans98 authored Oct 20, 2023
1 parent 35379ab commit cca1729
Show file tree
Hide file tree
Showing 37 changed files with 188 additions and 193 deletions.
92 changes: 46 additions & 46 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ members = [
]

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Sovereign Labs <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions adapters/celestia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ serde_json = { workspace = true, optional = true }
tokio = { workspace = true, optional = true }
thiserror = { workspace = true }
tracing = { workspace = true }
sov-zk-cycle-macros = { path = "../../utils/zk-cycle-macros", version = "0.2", optional = true }
sov-zk-cycle-macros = { path = "../../utils/zk-cycle-macros", version = "0.3", optional = true }
risc0-zkvm = { workspace = true, default-features = false, features = ["std"], optional = true }
risc0-zkvm-platform = { workspace = true, optional = true }

sov-rollup-interface = { path = "../../rollup-interface", version = "0.2" }
sov-rollup-interface = { path = "../../rollup-interface", version = "0.3" }


[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions adapters/risc0/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ serde = { workspace = true }
bytemuck = "1.13.1"
once_cell = { version = "1.7.2", optional = true }
parking_lot = { version = "0.12.1", optional = true }
sov-zk-cycle-utils = { path = "../../utils/zk-cycle-utils", version = "0.2" }
sov-rollup-interface = { path = "../../rollup-interface", version = "0.2" }
sov-zk-cycle-utils = { path = "../../utils/zk-cycle-utils", version = "0.3" }
sov-rollup-interface = { path = "../../rollup-interface", version = "0.3" }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion adapters/solana/da_client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions adapters/solana/da_client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "da_client"
version = "0.1.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -26,4 +26,4 @@ log = { version = "0.4.14", features = ["std"] }
yellowstone-grpc-proto = { git = "https://github.com/rpcpool/yellowstone-grpc.git", package = "yellowstone-grpc-proto", rev = "v1.9.0+solana.1.16.15" }
yellowstone-grpc-client = { git = "https://github.com/rpcpool/yellowstone-grpc.git", package = "yellowstone-grpc-client", rev = "v1.9.0+solana.1.16.15" }

[workspace]
[workspace]
2 changes: 1 addition & 1 deletion adapters/solana/solana_da_programs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blockroot"
version = "0.1.0"
version = "0.3.0"
description = "Created with Anchor"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion examples/demo-rollup/provers/risc0/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "risc0"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
resolver = "2"
license = "MIT OR Apache-2.0"
Expand Down
44 changes: 22 additions & 22 deletions examples/demo-rollup/provers/risc0/guest-celestia/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sov-demo-prover-guest-celestia"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
resolver = "2"

Expand Down
Loading

0 comments on commit cca1729

Please sign in to comment.