Clean up Cargo.toml and bump dependency versions (#104)

* Update PyO3

* replace unicode_names2 to official release

* clean up Cargo.toml and bump dependency versions
This commit is contained in:
Jeong, YunWon 2023-10-03 20:50:52 +09:00 committed by GitHub
parent a1e4336f70
commit 13cae0af64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 52 additions and 46 deletions

View file

@ -1,11 +1,12 @@
[package]
name = "rustpython-parser-core"
description = "RustPython parser data types."
version = "0.3.0"
authors = ["RustPython Team"]
edition = "2021"
repository = "https://github.com/RustPython/Parser/"
license = "MIT"
edition = { workspace = true }
version = { workspace = true }
authors = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
rust-version = { workspace = true }
[dependencies]
# vendored dependency shouldn't be placed out of this crate