diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-11-02 15:03:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-02 10:03:37 -0400 |
| commit | 8e31bbbe551e95a40a78fd96671916f917218b93 (patch) | |
| tree | f11c7b387b1d9c10898d6a67f37afcafea750d40 /bench_util | |
| parent | 70336912b4307ac218426a3f5ce938bd8fb7dbb5 (diff) | |
chore: update to Rust edition 2021 (#12578)
Diffstat (limited to 'bench_util')
| -rw-r--r-- | bench_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index ba246cb75..b8a28b50b 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -3,7 +3,7 @@ name = "deno_bench_util" version = "0.17.0" authors = ["the Deno authors"] -edition = "2018" +edition = "2021" license = "MIT" publish = true readme = "README.md" |
