Skip to content

Commit

Permalink
Use SE0270_RangeSet instead of StandardLibraryPreview (apple#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleggert committed Sep 5, 2022
1 parent 4319190 commit cc1a03d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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-nio", from: "2.40.0"),
.package(url: "https://github.com/apple/swift-nio-ssl", from: "2.20.0"),
.package(url: "https://github.com/apple/swift-log", from: "1.4.0"),
.package(url: "https://github.com/apple/swift-standard-library-preview.git", from: "0.0.3"),
.package(url: "https://github.com/apple/swift-se0270-range-set.git", from: "1.0.1"),
.package(url: "https://github.com/apple/swift-collections.git", "1.0.2" ..< "2.0.0"),
],
targets: [
Expand Down Expand Up @@ -41,7 +41,7 @@ let package = Package(
name: "NIOIMAPCore",
dependencies: [
.product(name: "NIO", package: "swift-nio"),
.product(name: "StandardLibraryPreview", package: "swift-standard-library-preview"),
.product(name: "SE0270_RangeSet", package: "swift-se0270-range-set"),
.product(name: "OrderedCollections", package: "swift-collections"),
]
),
Expand Down
2 changes: 1 addition & 1 deletion Sources/NIOIMAPCore/Grammar/UID/MessageIdentifierSet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
//===----------------------------------------------------------------------===https://

import struct NIO.ByteBuffer
import StandardLibraryPreview
import SE0270_RangeSet

/// A set contains an array of `MessageIdentifierRange<MessageIdentifier>>` to represent a (potentially large) collection of messages.
///
Expand Down

0 comments on commit cc1a03d

Please sign in to comment.