Skip to content

Commit

Permalink
Spry 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NikSativa committed Jun 9, 2023
1 parent 5f10b37 commit e700e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/NikSativa/NSpry.git",
"state" : {
"revision" : "63d9ac8dab31594c038af8698a298d93ae2e3a92",
"version" : "2.0.4"
"revision" : "cee2487470f8d660f8cb961f5c6de04ac3ddec3d",
"version" : "2.1.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -13,7 +13,7 @@ let package = Package(
.library(name: "NQueueTestHelpers", targets: ["NQueueTestHelpers"])
],
dependencies: [
.package(url: "https://github.com/NikSativa/NSpry.git", .upToNextMajor(from: "2.0.4"))
.package(url: "https://github.com/NikSativa/NSpry.git", .upToNextMajor(from: "2.1.0"))
],
targets: [
.target(name: "NQueue",
Expand Down
2 changes: 0 additions & 2 deletions TestHelpers/Queue+TestHelper.swift
Expand Up @@ -3,7 +3,5 @@ import NQueue
import NSpry

extension Queue: SpryEquatable {}

extension Queue.Attributes: SpryEquatable {}

extension Queue.Flags: SpryEquatable {}

0 comments on commit e700e3c

Please sign in to comment.