mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-12 07:35:16 +00:00
Migrate to 2021 edition
This commit is contained in:
parent
7865cace06
commit
721c2709c8
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue