Skip to content

Commit

Permalink
Switch to stable release of nkeys.swift
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
  • Loading branch information
Jarema committed Feb 1, 2024
1 parent 7a5c204 commit 4f96d21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.4.2"),
.package(url: "https://github.com/nats-io/nkeys.swift.git", branch: "main" )
.package(url: "https://github.com/nats-io/nkeys.swift.git", from: "0.1.1")
],
targets: [
.target(name: "NatsSwift", dependencies: [
Expand Down

0 comments on commit 4f96d21

Please sign in to comment.