Skip to content

Commit

Permalink
build: enable build since ci github needs SPM version 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beatt83 committed Oct 12, 2023
1 parent 5dea694 commit 74d71cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version: 5.8
// swift-tools-version: 5.7.1
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

DIDCore is a Swift package that provides the main components to work with Decentralized Identifiers (DIDs), DID URLs, and DID Documents.

[![Swift](https://img.shields.io/badge/swift-5.3+-brightgreen.svg)]()[![iOS](https://img.shields.io/badge/ios-15.0+-brightgreen.svg)]()[![MacOS](https://img.shields.io/badge/macos-12.0+-brightgreen.svg)]()[![WatchOS](https://img.shields.io/badge/watchos-7.0+-brightgreen.svg)]()
[![Swift](https://img.shields.io/badge/swift-brightgreen.svg)]()[![iOS](https://img.shields.io/badge/ios-brightgreen.svg)]()[![MacOS](https://img.shields.io/badge/macos-brightgreen.svg)]()[![WatchOS](https://img.shields.io/badge/watchos-brightgreen.svg)]()[![TvOS](https://img.shields.io/badge/tvos-brightgreen.svg)]()

## Installation

Expand Down
2 changes: 1 addition & 1 deletion Sources/DIDCore/DID/DIDUrl.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// File.swift
// DIDUrl.swift
//
//
// Created by Gonçalo Frade on 14/08/2023.
Expand Down

0 comments on commit 74d71cf

Please sign in to comment.