Skip to content

Commit

Permalink
update toolchain because of flate2 error
Browse files Browse the repository at this point in the history
posify(snbc-880np) % cargo run --example match_manufacturer
   Compiling flate2 v1.0.27
   Compiling exr v1.7.0
error[E0658]: deriving `Default` on enums is experimental
  --> /Users/don/.cargo/registry/src/github.com-1ecc6299db9ec823/flate2-1.0.27/src/gz/mod.rs:90:17
   |
90 | #[derive(Debug, Default)]
   |                 ^^^^^^^
   |
   = 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)
  • Loading branch information
don committed Aug 23, 2023
1 parent 1601814 commit d442d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.61.0
1.71.1

0 comments on commit d442d1d

Please sign in to comment.