Skip to content

Commit e0feca8

Browse files
authored
Update swift-homomorphic-encryption to release/1.1 branch (#77)
1 parent 06f5d2c commit e0feca8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Package.resolved

Lines changed: 3 additions & 2 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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// swift-tools-version: 6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

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
55
//
66
// Licensed under the Apache License, Version 2.0 (the "License");
77
// you may not use this file except in compliance with the License.
@@ -34,9 +34,7 @@ let package = Package(
3434
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.2.0"),
3535
.package(url: "https://github.com/apple/swift-asn1.git", from: "1.0.0"),
3636
.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"),
4038
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.27.0"),
4139
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "2.0.0"),
4240
.package(url: "https://github.com/hummingbird-project/hummingbird-compression", from: "2.0.0-rc.2"),

0 commit comments

Comments
 (0)