Skip to content

Commit

Permalink
Bump swift-he version (#16)
Browse files Browse the repository at this point in the history
karulont authored Jul 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 0654339 commit 18eb3e8
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "c762e18aafbd295a2dcbb0271cd6db207f5fc83b05807ba78e8c0a784449cbd0",
"originHash" : "632642473281828e4728c818305e4547a77da11f1d32867ced1766ff5e7650de",
"pins" : [
{
"identity" : "async-http-client",
@@ -114,8 +114,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-homomorphic-encryption",
"state" : {
"revision" : "2e0f602d6ef9c412eb76534b0265268e37f377f8",
"version" : "1.0.0-alpha.2"
"revision" : "8a67b7bc1f659fb5434cda881e3a0bdc9c6f136a",
"version" : "1.0.0-alpha.3"
}
},
{
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ let package = Package(
.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/swiftlang/swift-docc-plugin", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-homomorphic-encryption", exact: "1.0.0-alpha.2"),
.package(url: "https://github.com/apple/swift-homomorphic-encryption", exact: "1.0.0-alpha.3"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.27.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird", exact: "2.0.0-rc.2"),
],

0 comments on commit 18eb3e8

Please sign in to comment.