mirror of
https://github.com/fluencelabs/marine-rs-sdk
synced 2025-03-14 14:00:49 +00:00
chore: update rust toolchain to stable-2023-08-24 (#132)
* use latest stable release * fix tests
This commit is contained in:
parent
d6c1d609d9
commit
2df081aabb
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "stable-2022-09-22"
|
||||
channel = "stable-2023-08-24"
|
||||
targets = [ "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "wasm32-wasi" ]
|
||||
|
@ -2,10 +2,10 @@ error: a vector type in output types of export functions shouldn't contain refer
|
||||
--> $DIR/inner_vec_refs.rs:8:54
|
||||
|
|
||||
8 | pub fn inner_arrays_2(_arg: &Vec<Vec<Vec<Vec<u8>>>>) -> &Vec<Vec<&Vec<Vec<u8>>>> {
|
||||
| ^^
|
||||
| ^
|
||||
|
||||
error: a vector type in output types of export functions shouldn't contain references
|
||||
--> $DIR/inner_vec_refs.rs:13:54
|
||||
|
|
||||
13 | pub fn inner_arrays_3(_arg: &Vec<Vec<Vec<Vec<u8>>>>) -> &Vec<&Vec<&Vec<&Vec<&u8>>>> {
|
||||
| ^^
|
||||
| ^
|
||||
|
Loading…
x
Reference in New Issue
Block a user