File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# ScreamURITemplate
2
2
3
- A robust and performant Swift 5 implementation of [ RFC6570] ( https://tools.ietf.org/html/rfc6570 ) URI Template. Full Level 4 support is provided.
3
+ A robust and performant Swift 6 implementation of [ RFC6570] ( https://tools.ietf.org/html/rfc6570 ) URI Template. Full Level 4 support is provided.
4
4
5
5
[ ![ CI] ( https://github.com/SwiftScream/URITemplate/actions/workflows/ci.yml/badge.svg )] ( https://github.com/SwiftScream/URITemplate/actions/workflows/ci.yml )
6
6
[ ![ Codecov branch] ( https://img.shields.io/codecov/c/github/SwiftScream/URITemplate/master.svg )] ( https://codecov.io/gh/SwiftScream/URITemplate/branch/master )
@@ -13,7 +13,7 @@ A robust and performant Swift 5 implementation of [RFC6570](https://tools.ietf.o
13
13
## Getting Started
14
14
15
15
### Swift Package Manager
16
- Add ` .package(url: "https://github.com/SwiftScream/URITemplate.git", from: "3 .0.0") ` to your Package.swift dependencies
16
+ Add ` .package(url: "https://github.com/SwiftScream/URITemplate.git", from: "5 .0.0") ` to your Package.swift dependencies
17
17
18
18
## Usage
19
19
You can’t perform that action at this time.
0 commit comments