Skip to content

Commit 327cd1d

Browse files
committed
web: Update to Rust 2021 edition
1 parent 45e4c19 commit 327cd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-code-analysis-web/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rust-code-analysis-web"
33
version = "0.0.23"
44
authors = ["Calixte Denizet <cdenizet@mozilla.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
repository = "https://github.com/mozilla/rust-code-analysis/tree/master/rust-code-analysis-web"
77
keywords = ["metrics"]
88
description = "Run a web service to compute and export code metrics"

0 commit comments

Comments
 (0)