Skip to content

Tags: pointfreeco/swift-parsing

Tags

0.1.2

Toggle 0.1.2's commit message
Run swift-format

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use SPM tools version 5.2 (#1)

* Use SPM tools version 5.2

This fixes the following error:

error: 'package(name:url:from:)' is unavailable
    .package(name: "Benchmark", url: "https://github.com/google/swift-benchmark", from: "0.1.0"),
     ^~~~~~~
PackageDescription.Package.Dependency:5:24: note: 'package(name:url:from:)' was introduced in PackageDescription 5.2
    public static func package(name: String? = nil, url: String, from version: PackageDescription.Version) -> PackageDescription.Package.Dependency

* Update Package.swift

Co-authored-by: Brandon Williams <135203+mbrandonw@users.noreply.github.com>

0.1.0

Toggle 0.1.0's commit message
🌱

Co-authored-by: Brandon Williams <mbw234@gmail.com>