File tree 2 files changed +12
-10
lines changed 2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 1
- // swift-tools-version:5.6
1
+ // swift-tools-version:5.7
2
2
import PackageDescription
3
3
4
4
let package = Package (
@@ -13,9 +13,9 @@ let package = Package(
13
13
. library( name: " Leaf " , targets: [ " Leaf " ] ) ,
14
14
] ,
15
15
dependencies: [
16
- . package ( url: " https://github.com/vapor/leaf-kit.git " , from: " 1.10.2 " ) ,
17
- . package ( url: " https://github.com/vapor/vapor.git " , from: " 4.78 .1 " ) ,
18
- . package ( url: " https://github.com/apple/swift-algorithms.git " , from: " 1.0 .0 " ) ,
16
+ . package ( url: " https://github.com/vapor/leaf-kit.git " , from: " 1.10.3 " ) ,
17
+ . package ( url: " https://github.com/vapor/vapor.git " , from: " 4.92 .1 " ) ,
18
+ . package ( url: " https://github.com/apple/swift-algorithms.git " , from: " 1.2 .0 " ) ,
19
19
] ,
20
20
targets: [
21
21
. target( name: " Leaf " , dependencies: [
Original file line number Diff line number Diff line change 3
3
<source media =" (prefers-color-scheme: dark) " srcset =" https://user-images.githubusercontent.com/1130717/259964919-5afdacc0-310d-408b-9d83-9018b92d96e0.png " >
4
4
<source media =" (prefers-color-scheme: light) " srcset =" https://user-images.githubusercontent.com/1130717/259964940-b450247b-8110-4757-870f-eda1a34b2e81.png " >
5
5
<img src =" https://user-images.githubusercontent.com/1130717/259964940-b450247b-8110-4757-870f-eda1a34b2e81.png " height =" 96 " alt =" Leaf " >
6
- </picture >
6
+ </picture >
7
7
<br >
8
8
<br >
9
- <a href =" https://docs.vapor.codes/4.0/ " ><img src =" https://img.shields.io/badge/read_the-docs-2196f3.svg " alt =" Documentation " ></a >
10
- <a href =" https://discord.gg/vapor " ><img src =" https://img.shields.io/discord/431917998102675485.svg " alt =" Team Chat " ></a >
11
- <a href =" LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-brightgreen.svg " alt =" MIT License " ></a >
12
- <a href =" https://github.com/vapor/leaf/actions/workflows/test.yml " ><img src =" https://github.com/vapor/leaf/actions/workflows/test.yml/badge.svg " alt =" Continuous Integration " ></a >
13
- <a href =" https://swift.org " ><img src =" https://img.shields.io/badge/swift-5.6-brightgreen.svg " alt =" Swift 5.6 " ></a >
9
+ <a href =" https://docs.vapor.codes/4.0/ " ><img src =" https://design.vapor.codes/images/readthedocs.svg " alt =" Documentation " ></a >
10
+ <a href =" https://discord.gg/vapor " ><img src =" https://design.vapor.codes/images/discordchat.svg " alt =" Team Chat " ></a >
11
+ <a href =" LICENSE " ><img src =" https://design.vapor.codes/images/mitlicense.svg " alt =" MIT License " ></a >
12
+ <a href =" https://github.com/vapor/leaf/actions/workflows/test.yml " ><img src =" https://img.shields.io/github/actions/workflow/status/vapor/leaf/test.yml?event=push&style=plastic&logo=github&label=tests&logoColor=%23ccc " alt =" Continuous Integration " ></a >
13
+ <a href =" https://codecov.io/github/vapor/leaf " ><img src =" https://img.shields.io/codecov/c/github/vapor/leaf?style=plastic&logo=codecov&label=codecov " ></a >
14
+ <a href =" https://swift.org " ><img src =" https://design.vapor.codes/images/swift57up.svg " alt =" Swift 5.7+ " ></a >
14
15
</p >
16
+
15
17
<br >
You can’t perform that action at this time.
0 commit comments