From 8e97601ea20cf4b7d0623910edcb6f7896a54075 Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 5 Feb 2024 05:41:32 -0600 Subject: [PATCH 1/2] Bump Package.swift versions --- Package.swift | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.swift b/Package.swift index ac8152c..be9382b 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.6 +// swift-tools-version:5.7 import PackageDescription let package = Package( @@ -13,9 +13,9 @@ let package = Package( .library(name: "Leaf", targets: ["Leaf"]), ], dependencies: [ - .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.10.2"), - .package(url: "https://github.com/vapor/vapor.git", from: "4.78.1"), - .package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"), + .package(url: "https://github.com/vapor/leaf-kit.git", from: "1.10.3"), + .package(url: "https://github.com/vapor/vapor.git", from: "4.92.1"), + .package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"), ], targets: [ .target(name: "Leaf", dependencies: [ From b500df836dda15784648f6a0f69b056f6db5775d Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Mon, 5 Feb 2024 05:44:00 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b81adff..5546762 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,15 @@ Leaf - +

-Documentation -Team Chat -MIT License -Continuous Integration -Swift 5.6 +Documentation +Team Chat +MIT License +Continuous Integration + +Swift 5.7+

+