File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# A Double-Ended Queue Type in Swift
22
3- [ ![ Swift 4] ( https://img.shields.io/badge/Swift-4-blue.svg )] ( https://swift.org )
3+ [ ![ Swift 4.2 ] ( https://img.shields.io/badge/Swift-4.2 -blue.svg )] ( https://swift.org )
44[ ![ License] ( https://img.shields.io/badge/licence-MIT-blue.svg )] ( https://github.com/attaswift/BTree/blob/master/LICENSE.md )
55[ ![ Platform] ( https://img.shields.io/badge/platforms-OS_X%20∙%20iOS%20∙%20watchOS%20∙%20tvOS-blue.svg )] ( https://developer.apple.com/platforms/ )
66
@@ -19,7 +19,7 @@ Deques are structs and implement the same copy-on-write value semantics as stand
1919
2020## Compatibility
2121
22- ` Deque ` on the ` master ` branch is compatible with Swift 4.0 .
22+ ` Deque ` on the ` master ` branch is compatible with Swift 4.2 .
2323
2424## Installation
2525
@@ -49,7 +49,7 @@ import PackageDescription
4949let package = Package(
5050 name: "MyPackage",
5151 dependencies: [
52- .Package(url: "https://github.com/attaswift/SipHash.git", from: "3.1.0 ")
52+ .Package(url: "https://github.com/attaswift/SipHash.git", from: "3.1.1 ")
5353 ]
5454)
5555```
You can’t perform that action at this time.
0 commit comments