Skip to content

Commit

Permalink
Upgrade Anchor to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Apr 22, 2021
1 parent 2b56108 commit 064734e
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ rust:
env:
global:
- NODE_VERSION="v14.7.0"
- SOLANA_VERSION="v1.6.3"
- ANCHOR_VERSION="v0.4.1"
- SOLANA_VERSION="v1.6.6"
- ANCHOR_VERSION="v0.4.4"

before_deploy:
- anchor build --verifiable
Expand Down
131 changes: 97 additions & 34 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 programs/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
anchor-lang = "0.4.1"
anchor-lang = "0.4.4"

0 comments on commit 064734e

Please sign in to comment.