Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Feb 18, 2024
2 parents e07f3e6 + 24258f6 commit cc7ffd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ let package = Package(
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/OperatorFoundation/KeychainLinux", branch: "release"),
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", branch: "release"),
.package(url: "https://github.com/OperatorFoundation/KeychainLinux", from: "2.0.1"),
.package(url: "https://github.com/OperatorFoundation/KeychainTypes", from: "1.0.1"),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
Expand Down

0 comments on commit cc7ffd1

Please sign in to comment.