Skip to content

Commit

Permalink
Merge pull request #15 from anton-rs/rf/feat/v0.3.4
Browse files Browse the repository at this point in the history
feat: release v0.3.4
  • Loading branch information
refcell authored Sep 4, 2024
2 parents b523bf5 + 8fe3714 commit 24d1b43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down Expand Up @@ -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 }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 24d1b43

Please sign in to comment.