Skip to content

Commit 59bd03f

Browse files
committed
Bump fs-extra
1 parent fcdc68c commit 59bd03f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-3
Original file line numberDiff line numberDiff line change
@@ -1217,9 +1217,8 @@ checksum = "bcd1163ae48bda72a20ae26d66a04d3094135cadab911cff418ae5e33f253431"
12171217

12181218
[[package]]
12191219
name = "fs_extra"
1220-
version = "1.1.0"
1221-
source = "registry+https://github.com/rust-lang/crates.io-index"
1222-
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
1220+
version = "1.2.0"
1221+
source = "git+https://github.com/webdesus/fs_extra#752fc4d1e6e4eff3e506bffe7196e2a537c6c52b"
12231222

12241223
[[package]]
12251224
name = "fst"

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ rustfmt-nightly = { path = "src/tools/rustfmt" }
104104
# See comments in `src/tools/rustc-workspace-hack/README.md` for what's going on
105105
# here
106106
rustc-workspace-hack = { path = 'src/tools/rustc-workspace-hack' }
107+
fs_extra = { git = "https://github.com/webdesus/fs_extra" }
107108

108109
# See comments in `library/rustc-std-workspace-core/README.md` for what's going on
109110
# here

0 commit comments

Comments
 (0)