update rust toolchain to match one in no

This commit is contained in:
Valery Antopol 2024-03-27 20:45:46 +04:00
parent 12733f298a
commit edddf64542
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ use crate::instructions_generator::ITGenerator;
use crate::instructions_generator::ITResolver;
use crate::Result;
pub use marine_macro_impl::SDKAst;
use wasmer_it::ast::Interfaces;
use wasmer_it::IRecordType;
use wasmer_it::IType;

View File

@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2023-08-27"
channel = "nightly-2023-11-11"
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-unknown-linux-musl",