Skip to content

Commit

Permalink
Merge pull request #215 from 0xcregis/214-refactor-anychain-solana
Browse files Browse the repository at this point in the history
refactor: anychain-solana
  • Loading branch information
shuimuliang authored Apr 24, 2024
2 parents 2621162 + 29fc3ba commit d5fe018
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 43 deletions.
145 changes: 113 additions & 32 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions anychain-solana/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository.workspace = true


[dependencies]
anychain-core = { path = "../anychain-core", version = "0.1.4" }
anychain-core = { path = "../anychain-core", version = "0.1.5" }
ed25519-dalek = { version = "=1.0.1" }
serde = { workspace = true }
ed25519-dalek = "2.1.1"
bs58 = { workspace = true }
Loading

0 comments on commit d5fe018

Please sign in to comment.