Skip to content

Commit

Permalink
Remove note from README about API instability (#45)
Browse files Browse the repository at this point in the history
I think we can remove that note now that the library has 1.0.0 tag.
  • Loading branch information
yim-lee authored Oct 13, 2023
1 parent 3664efa commit c7e239b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@ To use swift-asn1, add the following dependency to your Package.swift:

```swift
dependencies: [
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "0.8.0"))
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMajor(from: "1.0.0"))
]
```

Note that this repository does not have a 1.0 tag yet, so the API is not stable.

You can then add the specific product dependency to your target:

```swift
Expand Down

0 comments on commit c7e239b

Please sign in to comment.