mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix(ci): downgrade string_cache, string_cache_codegen and openssl crates (#12613)
This commit is contained in:
committed by
GitHub
parent
f72d0e18eb
commit
73267dcfc1
@@ -94,6 +94,9 @@ jobs:
|
||||
cargo update -p ignore --precise 0.4.18
|
||||
cargo update -p tree_magic_mini --precise 3.0.3
|
||||
cargo update -p native-tls --precise 0.2.11
|
||||
cargo update -p string_cache --precise 0.8.7
|
||||
cargo update -p string_cache_codegen --precise 0.5.2
|
||||
cargo update -p openssl --precise 0.10.68
|
||||
|
||||
- name: install rust ${{ matrix.project.toolchain || matrix.platform.toolchain }}
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
|
||||
@@ -1104,8 +1104,6 @@ fn copy_files_and_run(
|
||||
// └── ...
|
||||
#[cfg(target_os = "macos")]
|
||||
fn copy_files_and_run(bytes: &[u8], extract_path: &Path) -> Result {
|
||||
let mut extracted_files: Vec<PathBuf> = Vec::new();
|
||||
|
||||
let archive = Cursor::new(bytes);
|
||||
|
||||
// extract the buffer to the tmp_dir
|
||||
|
||||
Reference in New Issue
Block a user