aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-30 09:27:57 +0100
committerGitHub <[email protected]>2020-08-30 09:27:57 +0100
commitac4b134c6be27642dbe915f32a41f9a21bd0c1c9 (patch)
treea240f5e253dfca1e473fd9d82354246f2c167536 /Cargo.lock
parentdd685d0d51a8204ae384a422151b3154a38d6f13 (diff)
parent4bc56ebd936cc1b580ef88c40eead2ba3209cdbe (diff)
Merge #5914
5914: Replace custom `xtask::not_bash::fs2` setup with fs_err crate r=matklad a=Veetaha Co-authored-by: Veetaha <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 867a6c1dc..cec4462f2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -386,6 +386,12 @@ dependencies = [
386] 386]
387 387
388[[package]] 388[[package]]
389name = "fs-err"
390version = "2.3.0"
391source = "registry+https://github.com/rust-lang/crates.io-index"
392checksum = "c1a51f8b7158efbe531f7baa74e38e49fbc41239e5d66720bb37ed39c27c241a"
393
394[[package]]
389name = "fsevent" 395name = "fsevent"
390version = "2.0.2" 396version = "2.0.2"
391source = "registry+https://github.com/rust-lang/crates.io-index" 397source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1875,6 +1881,7 @@ version = "0.1.0"
1875dependencies = [ 1881dependencies = [
1876 "anyhow", 1882 "anyhow",
1877 "flate2", 1883 "flate2",
1884 "fs-err",
1878 "pico-args", 1885 "pico-args",
1879 "proc-macro2", 1886 "proc-macro2",
1880 "quote", 1887 "quote",