Skip to content

Commit

Permalink
Update README for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Sep 2, 2022
1 parent a9e2276 commit f504716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ We'd like this package to quickly embrace Swift language and toolchain improveme
To use this package in a SwiftPM project, you need to set it up as a package dependency:

```swift
// swift-tools-version:5.4
// swift-tools-version:5.6
import PackageDescription

let package = Package(
name: "MyPackage",
dependencies: [
.package(
url: "https://github.com/apple/swift-collections.git",
.upToNextMajor(from: "1.0.0") // or `.upToNextMinor
.upToNextMajor(from: "1.0.3") // or `.upToNextMinor
)
],
targets: [
Expand Down

0 comments on commit f504716

Please sign in to comment.