Skip to content

Commit

Permalink
updated keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
CryptoSax committed Nov 7, 2021
1 parent bb89700 commit 82b7dff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let package = Package(
.package(url: "https://github.com/apple/swift-crypto.git",
from: "2.0.0"),
.package(url: "https://github.com/OperatorFoundation/Keychain.git",
from: "0.1.2"),
from: "0.1.3"),
.package(url: "https://github.com/OperatorFoundation/Song.git",
from: "0.1.7"),
.package(url: "https://github.com/apple/swift-log.git",
Expand Down
1 change: 0 additions & 1 deletion Tests/ReplicantSwiftTests/ReplicantSwiftTests.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import XCTest
import Foundation
import CryptoKit
import Datable
import SwiftQueue

Expand Down

0 comments on commit 82b7dff

Please sign in to comment.