From 3a852db066f81dbe468b07aca3d733103c929255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Thu, 9 Jan 2025 14:56:44 +0100 Subject: [PATCH 1/3] Update kbo to v0.4.1 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2671c67..dcb9c4f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -549,9 +549,9 @@ dependencies = [ [[package]] name = "kbo" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8da3ddb0d4122e1eea47cec55a2f07eb00839cd59133a28731fe0101c2d0dd6a" +checksum = "7a7f41e50015fc1e21ec1a1d2d76a89facb6d556e35a1159f64f325e2bc67c46" dependencies = [ "embed-doc-image", "sbwt", @@ -559,7 +559,7 @@ dependencies = [ [[package]] name = "kbo-cli" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "kbo", diff --git a/Cargo.toml b/Cargo.toml index b08e413..69735f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "kbo-cli" -version = "0.1.0" +version = "0.1.1" edition = "2021" rust-version = "1.77.0" authors = ["Tommi Mäklin "] @@ -17,7 +17,7 @@ path = "src/main.rs" [dependencies] ## core clap = { version = "4", features = ["derive"]} -kbo = "0.4.0" +kbo = "0.4.1" log = "0.4.20" needletail = { version = "0.6.0", default-features = false, features = ["flate2"] } rayon = "1" From 44b25c92ccbf319075b79c1968190b939013e0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Thu, 9 Jan 2025 15:07:10 +0100 Subject: [PATCH 2/3] Lock macos cross compiler version. --- .github/workflows/build_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index b15872f..87af031 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -31,7 +31,7 @@ jobs: build_macOS-x86_64: runs-on: ubuntu-latest - container: ghcr.io/shepherdjerred/macos-cross-compiler:latest + container: ghcr.io/shepherdjerred/macos-cross-compiler:42867bf829f616760568f4969eb04d9ea99ce10b272b512bc669f9c1fddd40f6 steps: - name: Install wget and git id: install-wget @@ -65,7 +65,7 @@ jobs: build_macOS-aarch64: runs-on: ubuntu-latest - container: ghcr.io/shepherdjerred/macos-cross-compiler:latest + container: ghcr.io/shepherdjerred/macos-cross-compiler:42867bf829f616760568f4969eb04d9ea99ce10b272b512bc669f9c1fddd40f6 steps: - name: Install wget and git id: install-wget From fd5ef2bf720d038c8b140e3cb33c30626bd77711 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommi=20M=C3=A4klin?= Date: Thu, 9 Jan 2025 15:10:28 +0100 Subject: [PATCH 3/3] Docker version lock syntax --- .github/workflows/build_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_artifacts.yml b/.github/workflows/build_artifacts.yml index 87af031..b2139ad 100644 --- a/.github/workflows/build_artifacts.yml +++ b/.github/workflows/build_artifacts.yml @@ -31,7 +31,7 @@ jobs: build_macOS-x86_64: runs-on: ubuntu-latest - container: ghcr.io/shepherdjerred/macos-cross-compiler:42867bf829f616760568f4969eb04d9ea99ce10b272b512bc669f9c1fddd40f6 + container: ghcr.io/shepherdjerred/macos-cross-compiler@sha256:42867bf829f616760568f4969eb04d9ea99ce10b272b512bc669f9c1fddd40f6 steps: - name: Install wget and git id: install-wget @@ -65,7 +65,7 @@ jobs: build_macOS-aarch64: runs-on: ubuntu-latest - container: ghcr.io/shepherdjerred/macos-cross-compiler:42867bf829f616760568f4969eb04d9ea99ce10b272b512bc669f9c1fddd40f6 + container: ghcr.io/shepherdjerred/macos-cross-compiler@sha256:42867bf829f616760568f4969eb04d9ea99ce10b272b512bc669f9c1fddd40f6 steps: - name: Install wget and git id: install-wget