blob: 3ea87d1267bc5bf1c4d474a4ce4e482e1b626bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
diff --git a/Cargo.lock b/Cargo.lock
index 46c5a14f..d93eb67b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1867,6 +1867,7 @@ dependencies = [
"futures",
"fxhash",
"git-version",
+ "gmp-mpfr-sys",
"hostname",
"hyper",
"hyper-tls",
diff --git a/Cargo.toml b/Cargo.toml
index 975ba64f..de803190 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -66,6 +66,7 @@ futures = "0.3"
libffi = "3.1.0"
libloading = "0.7"
derive_deref = "1.1.1"
+gmp-mpfr-sys = { version = "*", features=["use-system-libs"] }
[dev-dependencies]
assert_cmd = "1.0.3"
|