Skip to content

Commit

Permalink
chore: update common to main
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax committed Nov 27, 2024
1 parent 653af52 commit 95ce303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ k256 = { version = "0.13", default-features = false, features = ["ecdsa"] }
libfuzzer-sys = "0.4"
rand = "0.8"
schemars = { version = "0.8", features = ["semver"] }
seda-common = { git = "https://github.com/sedaprotocol/seda-common-rs.git", branch = "feat/gas-limit-fields" }
seda-common = { git = "https://github.com/sedaprotocol/seda-common-rs.git", branch = "main" }
# leaving this in to make local development easier
# seda-common = { path = "../seda-common-rs" }
semver = { version = "1.0", features = ["serde"] }
Expand Down

0 comments on commit 95ce303

Please sign in to comment.