Skip to content

Commit

Permalink
Merge pull request #59 from anton-rs/rf/feat/bump-minor
Browse files Browse the repository at this point in the history
feat: Minor Version Bump
  • Loading branch information
refcell authored Sep 25, 2024
2 parents 5f14f7b + 8a04396 commit 033bb05
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 20 deletions.
56 changes: 41 additions & 15 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "superchain"
description = "The Superchain Registry"
version = "0.5.1"
version = "0.6.0"
edition = "2021"
rust-version = "1.80"
authors = ["refcell", "clabby"]
Expand Down Expand Up @@ -41,7 +41,6 @@ alloy-eips = { version = "0.3", default-features = false }
default = ["std"]
std = ["op-alloy-genesis/std", "serde_json/std"]


## ------
## ------ Lints
## ------
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ various chains into instantiated objects, the [`superchain`][sc] crate requires
as a dependency to a `Cargo.toml`.

```toml
superchain = "0.5"
superchain = "0.6"
```

[`superchain`][sc] declares lazy evaluated statics that expose `ChainConfig`s, `RollupConfig`s,
Expand Down Expand Up @@ -74,14 +74,14 @@ Add the following to your `Cargo.toml`.

```toml
[dependencies]
superchain = "0.5"
superchain = "0.6"
```

To make `superchain` `no_std`, toggle `default-features` off like so.

```toml
[dependencies]
superchain = { version = "0.5", default-features = false }
superchain = { version = "0.6", default-features = false }
```

Below demonstrates getting the `RollupConfig` for OP Mainnet (Chain ID `10`).
Expand Down

0 comments on commit 033bb05

Please sign in to comment.