Skip to content

Commit a920683

Browse files
committed
Fix bump malachite-bigint to 0.1.8 fix bug
1 parent 039eb5a commit a920683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ num-complex = "0.4.0"
3333
num-bigint = "0.4.3"
3434
num-traits = "0.2"
3535
pyo3 = { version = "0.18.3" }
36-
malachite-bigint = { rev = "8258f4869636674917c34042bf0a8aa1c90e83ad", git = "https://github.com/RustPython/malachite-bigint.git" }
36+
malachite-bigint = { version = "0.1.8", git = "https://github.com/RustPython/malachite-bigint.git" }
3737
rand = "0.8.5"
3838
serde = "1.0"
3939
static_assertions = "1.1"

0 commit comments

Comments
 (0)