Skip to content

Commit 45e4c19

Browse files
committed
cli: Update to Rust 2021 edition
1 parent 370d7e1 commit 45e4c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-code-analysis-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rust-code-analysis-cli"
33
version = "0.0.23"
44
authors = ["Calixte Denizet <cdenizet@mozilla.com>"]
55
repository = "https://github.com/mozilla/rust-code-analysis/blob/master/rust-code-analysis-cli/"
6-
edition = "2018"
6+
edition = "2021"
77
keywords = ["metrics"]
88
description = "Tool to compute and export code metrics"
99
license = "MPL-2.0"

0 commit comments

Comments
 (0)