Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit acf99bd

Browse files
committed
Pin malachite malachite = "<=0.4.18" to avoid breaking changes
1 parent f7d582c commit acf99bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "malachite-bigint"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Steve Shi <[email protected]>"]
55
edition = "2021"
66
license = "LGPL-3.0-only"
@@ -9,7 +9,7 @@ repository = "https://github.com/RustPython/malachite-bigint"
99
rust-version = "1.74.0"
1010

1111
[dependencies]
12-
malachite = "0.4.4"
12+
malachite = "<=0.4.18"
1313
num-traits = { version = "0.2.11", default-features = false, features = ["i128"] }
1414
num-integer = { version = "0.1.45", default-features = false, features = ["i128"] }
1515
derive_more = "0.99.17"

0 commit comments

Comments
 (0)