Update to Swift 6
This commit is contained in:
parent
a64873733a
commit
3ad655428b
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
name: github-pages
|
name: github-pages
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
url: ${{ steps.deployment.outputs.page_url }}
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Build Docs
|
- name: Build Docs
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
// swift-tools-version: 5.9
|
// swift-tools-version: 6.0
|
||||||
//
|
//
|
||||||
// Package.swift
|
// Package.swift
|
||||||
// TermKitBackend
|
// TermKitBackend
|
||||||
@ -31,5 +31,6 @@ let package = Package(
|
|||||||
name: "TestApp",
|
name: "TestApp",
|
||||||
dependencies: ["TermKitBackend"]
|
dependencies: ["TermKitBackend"]
|
||||||
)
|
)
|
||||||
]
|
],
|
||||||
|
swiftLanguageModes: [.v5]
|
||||||
)
|
)
|
||||||
|
|||||||
@ -11,7 +11,6 @@
|
|||||||
"button-text": "#ffffff",
|
"button-text": "#ffffff",
|
||||||
"header": "#7f313b",
|
"header": "#7f313b",
|
||||||
"documentation-intro-accent": "var(--color-header)",
|
"documentation-intro-accent": "var(--color-header)",
|
||||||
"documentation-intro-fill": "radial-gradient(circle at top, var(--color-header) 30%, #000 100%)",
|
|
||||||
"link": "#ea3358",
|
"link": "#ea3358",
|
||||||
"nav-link-color": "#ea3358",
|
"nav-link-color": "#ea3358",
|
||||||
"nav-dark-link-color": "#ea3358",
|
"nav-dark-link-color": "#ea3358",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user