Skip to content

Commit

Permalink
Updated to Swift 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
luckfamousa committed Jan 9, 2023
1 parent 2e7644d commit 823d06d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// swift-tools-version:5.1
// swift-tools-version: 5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

/*
* Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -23,7 +24,12 @@ import PackageDescription

let package = Package(
name: "Thrift",
targets: [
.target(name: "Thrift", path: "Sources")
]
products: [
.library(
name: "Thrift",
targets: ["Thrift"]),
],
targets: [
.target(name: "Thrift", path: "Sources")
]
)

0 comments on commit 823d06d

Please sign in to comment.