mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
update rust toolchain to match one in no
This commit is contained in:
parent
12733f298a
commit
edddf64542
@ -20,7 +20,6 @@ use crate::instructions_generator::ITGenerator;
|
|||||||
use crate::instructions_generator::ITResolver;
|
use crate::instructions_generator::ITResolver;
|
||||||
use crate::Result;
|
use crate::Result;
|
||||||
|
|
||||||
pub use marine_macro_impl::SDKAst;
|
|
||||||
use wasmer_it::ast::Interfaces;
|
use wasmer_it::ast::Interfaces;
|
||||||
use wasmer_it::IRecordType;
|
use wasmer_it::IRecordType;
|
||||||
use wasmer_it::IType;
|
use wasmer_it::IType;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "nightly-2023-08-27"
|
channel = "nightly-2023-11-11"
|
||||||
targets = [
|
targets = [
|
||||||
"x86_64-unknown-linux-gnu",
|
"x86_64-unknown-linux-gnu",
|
||||||
"x86_64-unknown-linux-musl",
|
"x86_64-unknown-linux-musl",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user