Skip to content

Commit

Permalink
Move dependency for public fetching
Browse files Browse the repository at this point in the history
  • Loading branch information
eloylp committed Apr 29, 2024
1 parent 1b1d891 commit 1192a03
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 36 deletions.
99 changes: 67 additions & 32 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions ampd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ url = "2.3.1"
valuable = { version = "0.1.0", features = ["derive"] }
valuable-serde = { version = "0.1.0", features = ["std"] }
voting-verifier = { workspace = true }
gmp-gateway = { git = "ssh://git@github.com/eigerco/solana-axelar.git", branch = "poc" }
gmp-gateway = { git = "https://github.com/eigerco/solana-axelar.git" }
lru = "0.12.3"

[dev-dependencies]
Expand Down Expand Up @@ -103,6 +103,3 @@ curve25519-dalek = { git = "https://github.com/dalek-cryptography/curve25519-dal
ahash = "=0.8.6"
[lints]
workspace = true


## dummy change for trigger the CI2

0 comments on commit 1192a03

Please sign in to comment.