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/rustc-std-workspace-std | |
| parent | f52eb4ca8b21371f435a1941e05af749a5894df1 (diff) | |
| download | rust-06a1c14d52a8482a33416c21b320970cab80cccc.tar.gz rust-06a1c14d52a8482a33416c21b320970cab80cccc.zip | |
Switch all libraries to the 2021 edition
Diffstat (limited to 'library/rustc-std-workspace-std')
| -rw-r--r-- | library/rustc-std-workspace-std/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/rustc-std-workspace-std/Cargo.toml b/library/rustc-std-workspace-std/Cargo.toml index 811bc78d210..3a1dc2a02b5 100644 --- a/library/rustc-std-workspace-std/Cargo.toml +++ b/library/rustc-std-workspace-std/Cargo.toml @@ -5,7 +5,7 @@ license = 'MIT OR Apache-2.0' description = """ Hack for the compiler's own build system """ -edition = "2018" +edition = "2021" [lib] path = "lib.rs" |
