Skip to content

Commit 1676c02

Browse files
committed
XXX: change to fs3 dep
1 parent 14a746f commit 1676c02

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ dependencies = [
299299
"env_logger 0.7.1",
300300
"filetime",
301301
"flate2",
302-
"fs2",
302+
"fs3",
303303
"fwdansi",
304304
"git2",
305305
"git2-curl",
@@ -1126,9 +1126,10 @@ dependencies = [
11261126
]
11271127

11281128
[[package]]
1129-
name = "fs2"
1130-
version = "0.4.3"
1131-
source = "git+https://github.com/pfmooney/fs2-rs.git?branch=illumos-target#c6daa1e0a6bd46dab09049072768eaf31d654638"
1129+
name = "fs3"
1130+
version = "0.4.4"
1131+
source = "registry+https://github.com/rust-lang/crates.io-index"
1132+
checksum = "e1414bd2d0abf7a529ec14e262441fb58b436fb4eac619b151086a338e3f2514"
11321133
dependencies = [
11331134
"libc",
11341135
"winapi 0.3.8",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ cargo = { path = "src/tools/cargo" }
5656
rustfmt-nightly = { path = "src/tools/rustfmt" }
5757

5858
# Temporary cargo fixes
59-
fs2 = { git = "https://github.com/pfmooney/fs2-rs.git", branch = "illumos-target" }
59+
#fs3 = { git = "https://github.com/oxidecomputer/fs3-rs.git", branch = "master" }
6060
socket2 = { git = "https://github.com/alexcrichton/socket2-rs.git", rev = "230d413459911812bb9647b697b681217aae008d" }
6161
filetime = { git = "https://github.com/alexcrichton/filetime.git", rev = "937aa81f320078ba76021ec112df2e01671f58d8" }
6262
#git2 = { git = "https://github.com/pfmooney/git2-rs.git", branch = "illumos-target" }

0 commit comments

Comments
 (0)