diff options
| author | Deadbeef <ent3rm4n@gmail.com> | 2021-12-17 21:53:28 +0800 |
|---|---|---|
| committer | Deadbeef <ent3rm4n@gmail.com> | 2021-12-23 19:03:47 +0800 |
| commit | 06a1c14d52a8482a33416c21b320970cab80cccc (patch) | |
| tree | c65ae1e5cf06d9bf4ec6d9db91427e39a65acdda /library/panic_unwind | |
| parent | f52eb4ca8b21371f435a1941e05af749a5894df1 (diff) | |
Switch all libraries to the 2021 edition
Diffstat (limited to 'library/panic_unwind')
| -rw-r--r-- | library/panic_unwind/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/panic_unwind/Cargo.toml b/library/panic_unwind/Cargo.toml index 67405463aa6..d720cc7bcbd 100644 --- a/library/panic_unwind/Cargo.toml +++ b/library/panic_unwind/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/rust.git" description = "Implementation of Rust panics via stack unwinding" -edition = "2018" +edition = "2021" [lib] test = false |
