summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ee29ae0d..357fcac9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
semver = "0.11"
path_abs = { version = "0.5", default-features = false }
-clircle = "0.2.0"
+clircle = "0.3"
bugreport = "0.3"
dirs-next = { version = "2.0.0", optional = true }