Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit feaf3fe

Browse files
authoredApr 5, 2024
Merge pull request #5 from novr/feature/compute-v3
chore: bump Compute
2 parents 0716fd4 + df20d66 commit feaf3fe

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed
 

‎Package.resolved

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ let package = Package(
1818
targets: ["OpenAPICompute"]),
1919
],
2020
dependencies: [
21-
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.1.0"),
22-
.package(url: "https://github.com/swift-cloud/Compute", from: "2.18.0"),
21+
.package(url: "https://github.com/apple/swift-openapi-runtime.git", from: "1.3.0"),
22+
.package(url: "https://github.com/swift-cloud/Compute", from: "3.0.0"),
2323
],
2424
targets: [
2525
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)
This repository has been archived.