From eeec71eb3aa2eece21a941029e59a5f72a85d2e9 Mon Sep 17 00:00:00 2001 From: Godmode Galactus Date: Mon, 11 Sep 2023 13:47:43 +0200 Subject: [PATCH] Update openbook-v2 tests compiler version --- programs/openbook-v2/tests/program_test/client.rs | 1 - programs/openbook-v2/tests/rust-toolchain.toml | 2 ++ rust-toolchain.toml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 programs/openbook-v2/tests/rust-toolchain.toml diff --git a/programs/openbook-v2/tests/program_test/client.rs b/programs/openbook-v2/tests/program_test/client.rs index e418d56f3..3c3e33954 100644 --- a/programs/openbook-v2/tests/program_test/client.rs +++ b/programs/openbook-v2/tests/program_test/client.rs @@ -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; diff --git a/programs/openbook-v2/tests/rust-toolchain.toml b/programs/openbook-v2/tests/rust-toolchain.toml new file mode 100644 index 000000000..22048ac5b --- /dev/null +++ b/programs/openbook-v2/tests/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "1.70.0" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 743f7cd99..22048ac5b 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.72.0" +channel = "1.70.0"