diff --git a/Cargo.toml b/Cargo.toml index 94d587c..bd3960a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ description = "Compiler for python code into bytecode for the rustpython VM." authors = ["RustPython Team"] repository = "https://github.com/RustPython/RustPython" license = "MIT" -edition = "2018" +edition = "2021" [dependencies] indexmap = "1.0" diff --git a/porcelain/Cargo.toml b/porcelain/Cargo.toml index e07c746..56bf737 100644 --- a/porcelain/Cargo.toml +++ b/porcelain/Cargo.toml @@ -3,7 +3,7 @@ name = "rustpython-compiler" version = "0.1.2" description = "A usability wrapper around rustpython-parser and rustpython-compiler-core" authors = ["RustPython Team"] -edition = "2018" +edition = "2021" [dependencies] thiserror = "1.0"