From a9750c7fec924db6a20fc87fa90269cdecbe75bd Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Sat, 25 Mar 2023 16:02:01 -0700 Subject: upgrade all Cargo.toml files to edition=2021 The MSRV is already 1.60, so this doesn't affect much. The only impact to other code is that we no longer need to explicitly import TryInto. --- tools/compiler_version/Cargo.toml | 2 +- tools/instruction_set_support/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/compiler_version/Cargo.toml b/tools/compiler_version/Cargo.toml index 1046cf2..8625094 100644 --- a/tools/compiler_version/Cargo.toml +++ b/tools/compiler_version/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "compiler_version" version = "0.0.0" -edition = "2018" +edition = "2021" [build-dependencies] cc = "1.0.50" diff --git a/tools/instruction_set_support/Cargo.toml b/tools/instruction_set_support/Cargo.toml index 9e30174..eef8a80 100644 --- a/tools/instruction_set_support/Cargo.toml +++ b/tools/instruction_set_support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "instruction_set_support" version = "0.0.0" -edition = "2018" +edition = "2021" [dependencies] -- cgit v1.2.3