Skip to content

Commit

Permalink
Use anchor v0.18.2 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante authored Dec 8, 2021
1 parent c33b428 commit 943d805
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 38 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.7.11"
- ANCHOR_VERSION="v0.14.0"
- SOLANA_VERSION="v1.8.0"
- ANCHOR_VERSION="v0.18.2"

before_deploy:
- anchor build --verifiable
Expand Down
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.14.0"
anchor_version = "0.18.2"

[provider]
cluster = "localnet"
Expand Down
76 changes: 42 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 @@ -16,4 +16,4 @@ cpi = ["no-entrypoint"]
default = []

[dependencies]
anchor-lang = "0.14.0"
anchor-lang = "0.18.2"
2 changes: 2 additions & 0 deletions programs/multisig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ use anchor_lang::solana_program;
use anchor_lang::solana_program::instruction::Instruction;
use std::convert::Into;

declare_id!("6tbPiQLgTU4ySYWyZGXbnVSAEzLc1uF8t5kJPXXgBmRP");

#[program]
pub mod serum_multisig {
use super::*;
Expand Down

0 comments on commit 943d805

Please sign in to comment.