Skip to content

Commit

Permalink
Update openbook-v2 tests compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
godmodegalactus committed Sep 11, 2023
1 parent bcbece2 commit eeec71e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion programs/openbook-v2/tests/program_test/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use anchor_lang::prelude::*;
use anchor_spl::token::Token;
use fixed::types::I80F48;
use solana_program::instruction::Instruction;
use solana_program_test::BanksClientError;
use solana_sdk::instruction;
Expand Down
2 changes: 2 additions & 0 deletions programs/openbook-v2/tests/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[toolchain]
channel = "1.70.0"
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.72.0"
channel = "1.70.0"

0 comments on commit eeec71e

Please sign in to comment.