File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ dependencies = [
299
299
" env_logger 0.7.1" ,
300
300
" filetime" ,
301
301
" flate2" ,
302
- " fs2 " ,
302
+ " fs3 " ,
303
303
" fwdansi" ,
304
304
" git2" ,
305
305
" git2-curl" ,
@@ -1126,9 +1126,10 @@ dependencies = [
1126
1126
]
1127
1127
1128
1128
[[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"
1132
1133
dependencies = [
1133
1134
" libc" ,
1134
1135
" winapi 0.3.8" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ cargo = { path = "src/tools/cargo" }
56
56
rustfmt-nightly = { path = " src/tools/rustfmt" }
57
57
58
58
# 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 " }
60
60
socket2 = { git = " https://github.com/alexcrichton/socket2-rs.git" , rev = " 230d413459911812bb9647b697b681217aae008d" }
61
61
filetime = { git = " https://github.com/alexcrichton/filetime.git" , rev = " 937aa81f320078ba76021ec112df2e01671f58d8" }
62
62
# git2 = { git = "https://github.com/pfmooney/git2-rs.git", branch = "illumos-target" }
You can’t perform that action at this time.
0 commit comments