File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 94
94
cargo update -p ignore --precise 0.4.18
95
95
cargo update -p tree_magic_mini --precise 3.0.3
96
96
cargo update -p native-tls --precise 0.2.11
97
+ cargo update -p string_cache --precise 0.8.7
98
+ cargo update -p string_cache_codegen --precise 0.5.2
99
+ cargo update -p openssl --precise 0.10.68
97
100
98
101
- name : install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
99
102
uses : dtolnay/rust-toolchain@master
Original file line number Diff line number Diff line change @@ -1104,8 +1104,6 @@ fn copy_files_and_run(
1104
1104
// └── ...
1105
1105
#[ cfg( target_os = "macos" ) ]
1106
1106
fn copy_files_and_run ( bytes : & [ u8 ] , extract_path : & Path ) -> Result {
1107
- let mut extracted_files: Vec < PathBuf > = Vec :: new ( ) ;
1108
-
1109
1107
let archive = Cursor :: new ( bytes) ;
1110
1108
1111
1109
// extract the buffer to the tmp_dir
You can’t perform that action at this time.
0 commit comments