Skip to content

Commit

Permalink
use noot modified astria deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowen93 committed Oct 20, 2024
1 parent 2ee59eb commit ddce5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ all-features = true
default = ["flex-error/std", "flex-error/eyre_tracer"]

[dependencies]
astria-core = { git = "https://github.com/astriaorg/astria", tag = "sequencer-v1.0.0-rc.1" }
astria-sequencer-client = { git = "https://github.com/astriaorg/astria", tag = "sequencer-v1.0.0-rc.1", features = [ "http" ] }
astria-core = { git = "https://github.com/astriaorg/astria", rev = "070cfee5b87c82819f87dc62a48870c5c22bc108" }
astria-sequencer-client = { git = "https://github.com/astriaorg/astria", rev = "070cfee5b87c82819f87dc62a48870c5c22bc108", features = [ "http" ] }
ed25519-consensus = "2.1.0"
ibc-types = "0.14"
jmt = "0.10"
Expand Down

0 comments on commit ddce5a5

Please sign in to comment.