Skip to content

Commit

Permalink
Update swift-homomorphic-encryption to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fboemer committed Oct 1, 2024
1 parent 184175d commit e9297d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "6ffefc21e4b7bb0e8daa727cad55f3126be7d5ce39649be049fec2d684402beb",
"originHash" : "3e543317e5aefdb9f50f59e851b877b3b6af8997034a5657f791c7a60febb9ce",
"pins" : [
{
"identity" : "async-http-client",
Expand Down Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit e9297d9

Please sign in to comment.