Skip to content

Commit

Permalink
chore: update solana program crate versions (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilacog authored Dec 19, 2024
1 parent 9d9666c commit 9fbde23
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 23 deletions.
44 changes: 29 additions & 15 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ relayer-amplifier-state = { git = "https://github.com/eigerco/axelar-relayer-cor
core-common-serde-utils = { git = "https://github.com/eigerco/axelar-relayer-core.git", package = "common-serde-utils", branch = "main" }

# Solana Gateway
axelar-solana-gateway = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda", features = ["no-entrypoint"] }
axelar-solana-its = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda", features = ["no-entrypoint"] }
axelar-solana-governance = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda", features = ["no-entrypoint"] }
gateway-event-stack = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda" }
axelar-solana-encoding = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda" }
axelar-message-primitives = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda" }
axelar-executable = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda" }
its-instruction-builder = { git = "https://github.com/eigerco/solana-axelar.git", rev = "f065eda" }
axelar-solana-gateway = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5", features = ["no-entrypoint"] }
axelar-solana-its = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5", features = ["no-entrypoint"] }
axelar-solana-governance = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5", features = ["no-entrypoint"] }
gateway-event-stack = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5" }
axelar-solana-encoding = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5" }
axelar-message-primitives = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5" }
axelar-executable = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5" }
its-instruction-builder = { git = "https://github.com/eigerco/solana-axelar.git", rev = "5206cb5" }

# CLI
clap = { version = "4", features = ["derive"] }
Expand Down

0 comments on commit 9fbde23

Please sign in to comment.