Skip to content

Commit cca1729

Browse files
Update crates' versions to 0.3.0 (v0.3.0-alpha pre-release PR) (#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 <filippo@sovlabs.io> * 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 <filippo@sovlabs.io> Co-authored-by: Preston Evans <preston.b.evans@gmail.com>
1 parent 35379ab commit cca1729

File tree

37 files changed

+188
-193
lines changed

37 files changed

+188
-193
lines changed

Cargo.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ members = [
4949
]
5050

5151
[workspace.package]
52-
version = "0.2.0"
52+
version = "0.3.0"
5353
edition = "2021"
5454
license = "MIT OR Apache-2.0"
5555
authors = ["Sovereign Labs <info@sovereign.xyz>"]

adapters/celestia/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ serde_json = { workspace = true, optional = true }
3636
tokio = { workspace = true, optional = true }
3737
thiserror = { workspace = true }
3838
tracing = { workspace = true }
39-
sov-zk-cycle-macros = { path = "../../utils/zk-cycle-macros", version = "0.2", optional = true }
39+
sov-zk-cycle-macros = { path = "../../utils/zk-cycle-macros", version = "0.3", optional = true }
4040
risc0-zkvm = { workspace = true, default-features = false, features = ["std"], optional = true }
4141
risc0-zkvm-platform = { workspace = true, optional = true }
4242

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

4545

4646
[dev-dependencies]

adapters/risc0/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ serde = { workspace = true }
2222
bytemuck = "1.13.1"
2323
once_cell = { version = "1.7.2", optional = true }
2424
parking_lot = { version = "0.12.1", optional = true }
25-
sov-zk-cycle-utils = { path = "../../utils/zk-cycle-utils", version = "0.2" }
26-
sov-rollup-interface = { path = "../../rollup-interface", version = "0.2" }
25+
sov-zk-cycle-utils = { path = "../../utils/zk-cycle-utils", version = "0.3" }
26+
sov-rollup-interface = { path = "../../rollup-interface", version = "0.3" }
2727

2828
[features]
2929
default = []

adapters/solana/da_client/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adapters/solana/da_client/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "da_client"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
edition = "2021"
55

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

29-
[workspace]
29+
[workspace]

adapters/solana/solana_da_programs/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adapters/solana/solana_da_programs/programs/blockroot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "blockroot"
3-
version = "0.1.0"
3+
version = "0.3.0"
44
description = "Created with Anchor"
55
edition = "2021"
66

examples/demo-rollup/provers/risc0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "risc0"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
resolver = "2"
66
license = "MIT OR Apache-2.0"

examples/demo-rollup/provers/risc0/guest-celestia/Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/demo-rollup/provers/risc0/guest-celestia/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sov-demo-prover-guest-celestia"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
resolver = "2"
66

0 commit comments

Comments
 (0)