Migrate to 2021 edition

This commit is contained in:
Noa 2021-10-21 11:46:24 -05:00
parent 7865cace06
commit 721c2709c8
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"