A fast, safe, and efficient CBOR serialization library for Swift on any platform. swiftpackageindex.com/thecoolwinter/CBOR/1.1.1/documentation/cbor
atproto swift cbor

Require Swift 6.2 For CI

authored by

Khan Winter and committed by
GitHub
05f7067f e0492bdf

+2 -2
+2 -2
.github/workflows/ci.yml
··· 22 22 name: Testing CBOR (ubuntu) 23 23 needs: swiftlint 24 24 runs-on: ubuntu-latest 25 - container: swift:6.1-noble 25 + container: swift:6.2-noble 26 26 steps: 27 27 - name: Checkout repository 28 28 uses: actions/checkout@v5 ··· 56 56 uses: actions/checkout@v5 57 57 - uses: swift-actions/setup-swift@next 58 58 with: 59 - swift-version: "6.0" 59 + swift-version: "6.2" 60 60 - name: Restore .build 61 61 id: "restore-build" 62 62 uses: actions/cache/restore@v4