1
1
[package ]
2
2
name = " malachite"
3
- version = " 0.4.21 "
3
+ version = " 0.4.22 "
4
4
authors = [" Mikhail Hogrefe <mikhailhogrefe@gmail.com>" ]
5
5
rust-version.workspace = true
6
6
edition.workspace = true
@@ -13,10 +13,10 @@ keywords = ["mathematics", "math", "numerics", "bignum"]
13
13
categories = [" mathematics" ]
14
14
15
15
[dependencies ]
16
- malachite-base = { version = " 0.4.21 " , default-features = false , path = " ../malachite-base" }
17
- malachite-nz = { version = " 0.4.21 " , default-features = false , optional = true , path = " ../malachite-nz" }
18
- malachite-q = { version = " 0.4.21 " , default-features = false , optional = true , path = " ../malachite-q" }
19
- malachite-float = { version = " 0.4.21 " , default-features = false , optional = true , path = " ../malachite-float" }
16
+ malachite-base = { version = " 0.4.22 " , default-features = false , path = " ../malachite-base" }
17
+ malachite-nz = { version = " 0.4.22 " , default-features = false , optional = true , path = " ../malachite-nz" }
18
+ malachite-q = { version = " 0.4.22 " , default-features = false , optional = true , path = " ../malachite-q" }
19
+ malachite-float = { version = " 0.4.22 " , default-features = false , optional = true , path = " ../malachite-float" }
20
20
serde = { version = " 1.0.188" , optional = true , features = [" derive" ] }
21
21
embed-doc-image = { version = " 0.1.4" , optional = true }
22
22
0 commit comments