Skip to content

Commit 18eb605

Browse files
authored
Merge pull request #1643 from ehuss/edition2021
Update to edition 2021
2 parents 7594315 + cc52f1a commit 18eb605

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)