aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-07-07 21:53:12 +0100
committerAleksey Kladov <[email protected]>2020-07-07 22:28:48 +0100
commit69b79e3a73f9a1b820cf6d5ebc9968d8b08d4e68 (patch)
tree774b3fed621311b5d1db620dc2b5f2a4597d2bfa /Cargo.lock
parent980a67f44629ed67a54b603aaf9d015a81d61f7a (diff)
Replace ad hocery with science
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 916fc53e0..a6a074d7d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1899,6 +1899,7 @@ dependencies = [
1899name = "vfs" 1899name = "vfs"
1900version = "0.1.0" 1900version = "0.1.0"
1901dependencies = [ 1901dependencies = [
1902 "fst",
1902 "paths", 1903 "paths",
1903 "rustc-hash", 1904 "rustc-hash",
1904] 1905]