mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
Upgrade bitflags to remove clippy wanrings
This commit is contained in:
parent
b48834fe2d
commit
6e26d995f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ license = "MIT"
|
|||
[dependencies]
|
||||
rustpython-literal = { workspace = true }
|
||||
|
||||
bitflags = "2.2.1"
|
||||
bitflags = "2.3.1"
|
||||
itertools = "0.10.5"
|
||||
num-bigint = { workspace = true }
|
||||
num-traits = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue