Skip to content

Commit

Permalink
fix: pin two dependencies due to upstream semver issues (#391)
Browse files Browse the repository at this point in the history
* pin upstream deps that broke semver

* op alloy to 0.1.2 to match kona main
  • Loading branch information
zobront committed Jul 23, 2024
1 parent 22585bc commit af67350
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-trait = "0.1.80"
alloy-primitives = { version = "0.7.6", default-features = false }
alloy-rlp = { version = "0.3.5", default-features = false }
alloy-consensus = { version = "0.1", default-features = false }
op-alloy-consensus = { version = "0.1.0", default-features = false }
op-alloy-consensus = { version = "=0.1.2", default-features = false }
alloy-eips = { version = "0.1", default-features = false }
revm = { git = "https://github.com/bluealloy/revm", tag = "v37", version = "10.0.0", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion crates/primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alloy-eips.workspace = true
op-alloy-consensus.workspace = true

# Superchain Registry
superchain-primitives = { version = "0.1.1", default-features = false }
superchain-primitives = { version = "=0.1.1", default-features = false }

# Alloy Types
alloy-sol-types = { version = "0.7.6", default-features = false }
Expand Down

0 comments on commit af67350

Please sign in to comment.