Commit b070483
ci: Install latest Rust
The ci of docker-smoke gets errors otherwise:
````
error[E0658]: deriving `Default` on enums is experimental
--> src/passthrough/mod.rs:345:17
|
345 | #[derive(Debug, Default, Clone, Eq, PartialEq)]
| ^^^^^^^
|
= note: see issue #86985 <rust-lang/rust#86985> for more information
= note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0658`.
error: could not compile `fuse-backend-rs` due to previous error
make: *** [Makefile:4: build] Error 101
make: *** [Makefile:44: docker-smoke] Error 2
```1 parent 6dc45ae commit b070483
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
0 commit comments