mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-03 18:29:04 +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"]
|
authors = ["RustPython Team"]
|
||||||
repository = "https://github.com/RustPython/RustPython"
|
repository = "https://github.com/RustPython/RustPython"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
indexmap = "1.0"
|
indexmap = "1.0"
|
||||||
|
|
|
@ -3,7 +3,7 @@ name = "rustpython-compiler"
|
||||||
version = "0.1.2"
|
version = "0.1.2"
|
||||||
description = "A usability wrapper around rustpython-parser and rustpython-compiler-core"
|
description = "A usability wrapper around rustpython-parser and rustpython-compiler-core"
|
||||||
authors = ["RustPython Team"]
|
authors = ["RustPython Team"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue