|
1 | 1 | // swift-tools-version: 6.0 |
2 | 2 | // The swift-tools-version declares the minimum version of Swift required to build this package. |
3 | 3 |
|
4 | | -// Copyright 2024 Apple Inc. and the Swift Homomorphic Encryption project authors |
| 4 | +// Copyright 2024-2025 Apple Inc. and the Swift Homomorphic Encryption project authors |
5 | 5 | // |
6 | 6 | // Licensed under the Apache License, Version 2.0 (the "License"); |
7 | 7 | // you may not use this file except in compliance with the License. |
@@ -34,9 +34,7 @@ let package = Package( |
34 | 34 | .package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"), |
35 | 35 | .package(url: "https://github.com/apple/swift-asn1.git", from: "1.0.0"), |
36 | 36 | .package(url: "https://github.com/apple/swift-crypto.git", from: "3.5.0"), |
37 | | - .package( |
38 | | - url: "https://github.com/apple/swift-homomorphic-encryption", |
39 | | - revision: "b73daaca802e16c9f6a31da76f26375c34896c15"), |
| 37 | + .package(url: "https://github.com/apple/swift-homomorphic-encryption", branch: "release/1.1"), |
40 | 38 | .package(url: "https://github.com/apple/swift-protobuf.git", from: "1.27.0"), |
41 | 39 | .package(url: "https://github.com/hummingbird-project/hummingbird", from: "2.0.0"), |
42 | 40 | .package(url: "https://github.com/hummingbird-project/hummingbird-compression", from: "2.0.0-rc.2"), |
|
0 commit comments