Skip to content

Commit c40bec4

Browse files
authored
set rboost types version to 0.1.0 (#468)
1 parent ed654e3 commit c40bec4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
[workspace.dependencies]
1111
rollup-boost = { path = "crates/rollup-boost" }
1212
flashblocks-rpc = { path = "crates/flashblocks-rpc" }
13-
rollup-boost-types = { path = "crates/rollup-boost-types" }
13+
rollup-boost-types = { version = "0.1.0", path = "crates/rollup-boost-types" }
1414

1515
backoff = "0.4.0"
1616
clap = { version = "4", features = ["derive", "env"] }
@@ -52,4 +52,4 @@ tokio-tungstenite = { version = "0.26.2", features = ["native-tls"] }
5252
testcontainers = "0.23"
5353
jsonrpsee = "0.26.0"
5454
testcontainers-modules = { version = "0.11", features = ["redis"] }
55-
redis-test = "1"
55+
redis-test = "1"

crates/rollup-boost-types/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
name = "rollup-boost-types"
33
version = "0.1.0"
44
edition = "2024"
5+
description = "Core types for Rollup Boost"
56
license = "MIT"
7+
readme = "../../README.md"
68

79
[dependencies]
810
alloy-primitives = { workspace = true }

0 commit comments

Comments
 (0)