turborepo
86f389cf - feat: support rust 1.81.0 (#9139)

Commit
1 year ago
feat: support rust 1.81.0 (#9139) ### Description <!-- ✍️ Write a short summary of your work. If necessary, include relevant screenshots. --> - features `fs_try_exists` and `panic_info_message` are stable - fs::try_exists is now fs::exists - PanicInfo is now PanicHookInfo (use `to_string` method for it) - switch to 1.81.0-nightly in rust-toolchain.toml ### Testing Instructions `cargo test` to ensure the code has the same behavior as before <!-- Give a quick description of steps to test your changes. -->
Author
Parents
Loading