mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-07 21:25:31 +00:00
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:
parent
a1e4336f70
commit
13cae0af64
8 changed files with 52 additions and 46 deletions
|
@ -1,14 +1,15 @@
|
|||
[package]
|
||||
name = "rustpython-parser-vendored"
|
||||
description = "RustPython parser vendored third-party crates."
|
||||
version = "0.3.0"
|
||||
authors = ["RustPython Team"]
|
||||
edition = "2021"
|
||||
repository = "https://github.com/RustPython/Parser/"
|
||||
license = "MIT"
|
||||
authors = ["RustPython Team", "and the original authors of the vendored modules"]
|
||||
license = "Various"
|
||||
edition = { workspace = true }
|
||||
version = { workspace = true }
|
||||
repository = { workspace = true }
|
||||
rust-version = { workspace = true }
|
||||
|
||||
[dependencies]
|
||||
serde = { version = "1.0.133", optional = true, default-features = false, features = ["derive"] }
|
||||
serde = { workspace = true, optional = true, features = ["derive"] }
|
||||
memchr.workspace = true
|
||||
once_cell.workspace = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue