From e9297d9c8ecfbbce68f8449e2f251eb1a03d060f Mon Sep 17 00:00:00 2001 From: Fabian Boemer Date: Tue, 1 Oct 2024 14:13:10 -0700 Subject: [PATCH] Update swift-homomorphic-encryption to 1.0.0 --- .github/workflows/ci.yaml | 2 +- Package.resolved | 6 +++--- Package.swift | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4cdc289..4909f23 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -59,7 +59,7 @@ jobs: SKIP=no-commit-to-branch,lockwood-swiftformat,swiftlint,check-doc-comments pre-commit run --all-files lint: - timeout-minutes: 10 + timeout-minutes: 15 runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/Package.resolved b/Package.resolved index c57691a..5d3a9b6 100644 --- a/Package.resolved +++ b/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "6ffefc21e4b7bb0e8daa727cad55f3126be7d5ce39649be049fec2d684402beb", + "originHash" : "3e543317e5aefdb9f50f59e851b877b3b6af8997034a5657f791c7a60febb9ce", "pins" : [ { "identity" : "async-http-client", @@ -114,8 +114,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/apple/swift-homomorphic-encryption", "state" : { - "revision" : "6fb73e701a4e6b59564e7abae3774084b0fb49cc", - "version" : "1.0.0-rc.1" + "revision" : "cf5a7d70169b44ecaafc8f645653f6873d9ae5ba", + "version" : "1.0.0" } }, { diff --git a/Package.swift b/Package.swift index 93db43d..a5d4600 100644 --- a/Package.swift +++ b/Package.swift @@ -32,7 +32,7 @@ let package = Package( .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"), .package(url: "https://github.com/apple/swift-asn1.git", from: "1.0.0"), .package(url: "https://github.com/apple/swift-crypto.git", from: "3.5.0"), - .package(url: "https://github.com/apple/swift-homomorphic-encryption", exact: "1.0.0-rc.1"), + .package(url: "https://github.com/apple/swift-homomorphic-encryption", from: "1.0.0"), .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.27.0"), .package(url: "https://github.com/hummingbird-project/hummingbird", from: "2.0.0"), .package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.0.0"),