Skip to content

Commit

Permalink
Bump Anchor version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Jan 17, 2022
1 parent 2906263 commit d908fda
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 13 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.8.11"

[workspace]
Expand Down
18 changes: 9 additions & 9 deletions flake.lock

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

5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
name = "ci";
paths = with pkgs;
(pkgs.lib.optionals pkgs.stdenv.isLinux ([ libudev ])) ++ [
anchor-0_19_0
anchor-0_20_1
cargo-workspaces
cargo-fuzz

Expand All @@ -34,7 +34,7 @@
jq
gnused

solana-install
solana-basic

libiconv
] ++ (pkgs.lib.optionals pkgs.stdenv.isDarwin
Expand All @@ -54,7 +54,6 @@
cargo-deps
gh
spl-token-cli
solana-cli
];
};
});
Expand Down

0 comments on commit d908fda

Please sign in to comment.