Browse Source

Update to edition 2021

Eric Huss 2 years ago
parent
commit
cc52f1acdf
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Cargo.toml
  2. 1 1
      parser/Cargo.toml

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 name = "triagebot"
 version = "0.1.0"
 authors = ["Mark Rousskov <mark.simulacrum@gmail.com>"]
-edition = "2018"
+edition = "2021"
 
 [workspace]
 

+ 1 - 1
parser/Cargo.toml

@@ -2,7 +2,7 @@
 name = "parser"
 version = "0.1.0"
 authors = ["Mark Rousskov <mark.simulacrum@gmail.com>"]
-edition = "2018"
+edition = "2021"
 
 [dependencies]
 pulldown-cmark = "0.7.0"