summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Strauß <straussdd@users.noreply.github.com>2019-05-09 20:12:23 +0200
committerrabite0 <rabite@posteo.de>2019-05-09 20:12:23 +0200
commit01d0c1d3381a165708f3c193332e927a66fd8d80 (patch)
tree40412e268197c271487a531f9f92e8f92f4bbe9f /Cargo.toml
parent7817cc1d600535e054da7d4435bb7406751d9963 (diff)
Use the as yet unpublished v0.1.5 of the systemstat crate to fix the build process on 32-bit MacOS and FreeBSD systems. (#35)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 35b7ade..ba3a4ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,6 +32,8 @@ systemstat = "0.1.4"
osstrtools = "0.1"
pathbuftools = "0.1"
+[patch.crates-io]
+systemstat = { git = 'https://github.com/myfreeweb/systemstat' }
# These options increase performance and generate a smaller binary
[profile.release]