From 8fe3714606b8360d04e17ffc829df34cb7663345 Mon Sep 17 00:00:00 2001 From: refcell Date: Wed, 4 Sep 2024 11:18:39 -0400 Subject: [PATCH] feat: release v0.3.4 --- Cargo.lock | 6 +++--- Cargo.toml | 8 ++++---- README.md | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c2e600..09dd2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1423,7 +1423,7 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "superchain" -version = "0.3.3" +version = "0.3.4" dependencies = [ "superchain-primitives", "superchain-registry", @@ -1431,7 +1431,7 @@ dependencies = [ [[package]] name = "superchain-primitives" -version = "0.3.3" +version = "0.3.4" dependencies = [ "alloy-consensus", "alloy-eips", @@ -1448,7 +1448,7 @@ dependencies = [ [[package]] name = "superchain-registry" -version = "0.3.3" +version = "0.3.4" dependencies = [ "alloy-primitives", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index c618ada..e63d941 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [workspace.package] -version = "0.3.3" +version = "0.3.4" edition = "2021" rust-version = "1.80" -authors = ["anton-rs"] +authors = ["refcell", "clabby"] license = "MIT" repository = "https://github.com/anton-rs/superchain" keywords = ["ethereum", "crypto", "optimism"] @@ -113,8 +113,8 @@ incremental = false [workspace.dependencies] # Workspace -superchain-registry = { path = "crates/registry", version = "0.3.3", default-features = false } -superchain-primitives = { path = "crates/primitives", version = "0.3.3", default-features = false } +superchain-registry = { path = "crates/registry", version = "0.3", default-features = false } +superchain-primitives = { path = "crates/primitives", version = "0.3", default-features = false } # Alloy alloy-sol-types = { version = "0.8", default-features = false } diff --git a/README.md b/README.md index c151ced..e023001 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Add the following to your `Cargo.toml`. ```toml [dependencies] -superchain = "0.2" +superchain = "0.3" ``` To make `superchain` `no_std`, toggle `default-features` off like so. @@ -147,7 +147,7 @@ To make `superchain` `no_std`, toggle `default-features` off like so. ```toml [dependencies] -superchain = { version = "0.2", default-features = false } +superchain = { version = "0.3", default-features = false } ``` The re-exported [`superchain-registry`][src] exposes lazily defined mappings