Skip to content

Commit a3dac0d

Browse files
authored
Update swift tools version to 5.8 (#41)
* build: update swift tools version to 5.8 * docs: update readme to remove swift 5.6 badge
1 parent afae2f5 commit a3dac0d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.8
22
import PackageDescription
33

44
let package = Package(

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
<a href="https://github.com/vapor/queues-redis-driver/actions/workflows/test.yml">
1919
<img src="https://github.com/vapor/queues-redis-driver/actions/workflows/test.yml/badge.svg?event=push" alt="Continuous Integration">
2020
</a>
21-
<a href="https://swift.org">
22-
<img src="http://img.shields.io/badge/swift-5.6-brightgreen.svg" alt="Swift 5.6">
23-
</a>
2421
<a href="https://swift.org">
2522
<img src="http://img.shields.io/badge/swift-5.8-brightgreen.svg" alt="Swift 5.8">
2623
</a>

0 commit comments

Comments
 (0)