Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Apr 18, 2021
1 parent 1380c97 commit 6d09568
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
26 changes: 13 additions & 13 deletions 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
description = "Rust client for Anchor programs"

[dependencies]
anchor-lang = { path = "../lang", version = "0.4.3" }
anchor-lang = { path = "../lang", version = "0.4.4" }
anyhow = "1.0.32"
regex = "1.4.5"
solana-client = "1.6.6"
Expand Down
2 changes: 1 addition & 1 deletion spl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ license = "Apache-2.0"
description = "CPI clients for SPL programs"

[dependencies]
anchor-lang = { path = "../lang", version = "0.4.3", features = ["derive"] }
anchor-lang = { path = "../lang", version = "0.4.4", features = ["derive"] }
spl-token = { version = "3.0.1", features = ["no-entrypoint"] }
solana-program = "1.6.6"

0 comments on commit 6d09568

Please sign in to comment.