chore: update rust toolchain to stable-2023-08-24 (#132)

* use latest stable release

* fix tests
This commit is contained in:
Valery Antopol 2023-09-13 16:28:04 +03:00 committed by GitHub
parent d6c1d609d9
commit 2df081aabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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" ]

View File

@ -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>>>> {
| ^^
| ^