Closed lovettchris closed 2 years ago
there's a ton of them... like this:
warning: use of deprecated macro `try`: use the `?` operator instead --> src/elan-cli\self_update.rs:1172:22 | 1172 | let setup_path = try!(prepare_update()); | ^^^
Should be fixed by #53 and #54
Thanks!
there's a ton of them... like this: