Skip to content

Commit cc52f1a

Browse files
committed
Update to edition 2021
1 parent 7594315 commit cc52f1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "triagebot"
33
version = "0.1.0"
44
authors = ["Mark Rousskov <mark.simulacrum@gmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[workspace]
88

parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "parser"
33
version = "0.1.0"
44
authors = ["Mark Rousskov <mark.simulacrum@gmail.com>"]
5-
edition = "2018"
5+
edition = "2021"
66

77
[dependencies]
88
pulldown-cmark = "0.7.0"

0 commit comments

Comments
 (0)