From 3833b5016ad0d0690aca652db2107640aec43bce Mon Sep 17 00:00:00 2001 From: Denis Panfilov Date: Sat, 20 Jun 2026 18:41:33 +0200 Subject: [PATCH] deps: bump ComposeKit to 0.0.2 (fractional cpus fix) ComposeKit 0.0.2 ceils a fractional Compose 'cpus' to an integer before passing it to 'container run --cpus' (0.5 -> 1, 1.5 -> 2), fixing the 'invalid value for --cpus' failure. Verified via --dry-run. Closes #6. Refs flaticols/ComposeKit#8. --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index c1bf440..31a37e8 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,13 +1,13 @@ { - "originHash" : "21b48eca92aa32edabefea3aad8e5fc0b08003492ffb44c837c804cd3071a319", + "originHash" : "9d0e2d058da2319e03c8842735abcc9d2ae0880c2af840a388f748397f310fda", "pins" : [ { "identity" : "composekit", "kind" : "remoteSourceControl", "location" : "https://github.com/flaticols/ComposeKit.git", "state" : { - "revision" : "21e8aa35631dde71094a556984e5daf7432b7f8e", - "version" : "0.0.1" + "revision" : "95ed40fe23e742746e8bb3f193351caeebe43b84", + "version" : "0.0.2" } }, { diff --git a/Package.swift b/Package.swift index 239b9f3..9389422 100644 --- a/Package.swift +++ b/Package.swift @@ -23,7 +23,7 @@ let package = Package( // `from:` would float up to <1.0.0. Bump this string when adopting a // newer ComposeKit. For local changes, use // `swift package edit ComposeKit --path ../ComposeKit`. See PACKAGING.md. - .package(url: "https://github.com/flaticols/ComposeKit.git", exact: "0.0.1"), + .package(url: "https://github.com/flaticols/ComposeKit.git", exact: "0.0.2"), ], targets: [ .executableTarget(