mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-12 23:55:21 +00:00
Fix bump malachite-bigint to 0.1.8 fix bug
This commit is contained in:
parent
039eb5acc5
commit
a9206830a9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ num-complex = "0.4.0"
|
||||||
num-bigint = "0.4.3"
|
num-bigint = "0.4.3"
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
pyo3 = { version = "0.18.3" }
|
pyo3 = { version = "0.18.3" }
|
||||||
malachite-bigint = { rev = "8258f4869636674917c34042bf0a8aa1c90e83ad", git = "https://github.com/RustPython/malachite-bigint.git" }
|
malachite-bigint = { version = "0.1.8", git = "https://github.com/RustPython/malachite-bigint.git" }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
serde = "1.0"
|
serde = "1.0"
|
||||||
static_assertions = "1.1"
|
static_assertions = "1.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue