Skip to content

Commit c7e239b

Browse files
authored
Remove note from README about API instability (#45)
I think we can remove that note now that the library has 1.0.0 tag.
1 parent 3664efa commit c7e239b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ To use swift-asn1, add the following dependency to your Package.swift:
3333

3434
```swift
3535
dependencies: [
36-
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMinor(from: "0.8.0"))
36+
.package(url: "https://github.com/apple/swift-asn1.git", .upToNextMajor(from: "1.0.0"))
3737
]
3838
```
3939

40-
Note that this repository does not have a 1.0 tag yet, so the API is not stable.
41-
4240
You can then add the specific product dependency to your target:
4341

4442
```swift

0 commit comments

Comments
 (0)