summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorNiklas Mohrin <dev@niklasmohrin.de>2021-02-27 15:32:07 +0100
committerDavid Peter <sharkdp@users.noreply.github.com>2021-02-28 23:04:49 +0100
commit694b31909a38989fbb153164f0218f1f0377d2c9 (patch)
tree329d21d4beb4575e64b094b055dd873cc3817049 /Cargo.lock
parenta98811b6d7a648ac92f5bbe6fe76e7389d756866 (diff)
Change circle detection to use new more conservative method and run in main loop instead of before the loop
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3ab18af5..3535f1e8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -98,6 +98,7 @@ dependencies = [
"git2",
"globset",
"lazy_static",
+ "nix",
"path_abs",
"predicates",
"semver",
@@ -213,12 +214,12 @@ dependencies = [
[[package]]
name = "clircle"
-version = "0.2.0"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e27a01e782190a8314e65cc94274d9bbcd52e05a9d15b437fe2b31259b854b0d"
+checksum = "e68bbd985a63de680ab4d1ad77b6306611a8f961b282c8b5ab513e6de934e396"
dependencies = [
"cfg-if",
- "nix",
+ "libc",
"serde",
"winapi",
]