diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 297e160..ae82e96 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "fimfareader-cli" version = "0.1.0" authors = ["Joakim Soderlund "] -edition = "2018" +edition = "2021" [dependencies.fimfareader] path = ".." diff --git a/query/Cargo.toml b/query/Cargo.toml index 073b2ae..95e0b7b 100644 --- a/query/Cargo.toml +++ b/query/Cargo.toml @@ -2,7 +2,7 @@ name = "fimfareader-query" version = "0.1.0" authors = ["Joakim Soderlund "] -edition = "2018" +edition = "2021" [dependencies.fimfareader] path = ".."