diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-02-01 16:46:48 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-02-01 17:58:06 +0100 |
| commit | 477d102697654e45d1a89e087eb3e0127aeb539d (patch) | |
| tree | 3ba953ceaf65b3ae8ecf36edb5671c2856bb1a9b | |
| parent | 5067ad9edcec36b3aa7e55f4e97e2389eb715e59 (diff) | |
| download | rust-477d102697654e45d1a89e087eb3e0127aeb539d.tar.gz rust-477d102697654e45d1a89e087eb3e0127aeb539d.zip | |
Move coretests to the 2021 edition
| -rw-r--r-- | patches/0022-core-Disable-not-compiling-tests.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/0022-core-Disable-not-compiling-tests.patch b/patches/0022-core-Disable-not-compiling-tests.patch index aae62a938b4..301b3f9bde4 100644 --- a/patches/0022-core-Disable-not-compiling-tests.patch +++ b/patches/0022-core-Disable-not-compiling-tests.patch @@ -22,7 +22,7 @@ index 0000000..46fd999 +[package] +name = "core" +version = "0.0.0" -+edition = "2018" ++edition = "2021" + +[lib] +name = "coretests" |
