Skip to content

Commit

Permalink
upgrade anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 28, 2022
1 parent 71e06be commit 356ceb0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anchor_version = "0.19.0"
anchor_version = "0.20.1"
solana_version = "1.9.0"

[registry]
Expand Down
4 changes: 2 additions & 2 deletions ci.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ in pkgs.buildEnv {
name = "ci";
paths = with pkgs;
(pkgs.lib.optionals pkgs.stdenv.isLinux ([ libudev ])) ++ [
anchor-0_19_0
anchor-0_20_1
cargo-workspaces
anchor-parse-idls
solana-install
solana-basic

# sdk
nodejs
Expand Down
24 changes: 12 additions & 12 deletions flake.lock

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

0 comments on commit 356ceb0

Please sign in to comment.