macOS: bump Textual to 0.3.1 (#2033)

Co-authored-by: Garric G. Nahapetian <garricn@users.noreply.github.com>
This commit is contained in:
Shadow
2026-01-25 21:02:18 -06:00
parent 9c8e8c5c2d
commit 159f6bfddd
3 changed files with 4 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ Status: unreleased.
- Skills: add missing dependency metadata for GitHub, Notion, Slack, Discord. (#1995) Thanks @jackheuberger. - Skills: add missing dependency metadata for GitHub, Notion, Slack, Discord. (#1995) Thanks @jackheuberger.
- Docs: add Render deployment guide. (#1975) Thanks @anurag. - Docs: add Render deployment guide. (#1975) Thanks @anurag.
- CI: increase Node heap size for macOS checks. (#1890) Thanks @realZachi. - CI: increase Node heap size for macOS checks. (#1890) Thanks @realZachi.
- macOS: avoid crash when rendering code blocks by bumping Textual to 0.3.1. (#2033) Thanks @garricn.
## 2026.1.24-3 ## 2026.1.24-3

View File

@@ -123,8 +123,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/gonzalezreal/textual", "location" : "https://github.com/gonzalezreal/textual",
"state" : { "state" : {
"revision" : "a03c1e103d88de4ea0dd8320ea1611ec0d4b29b3", "revision" : "5b06b811c0f5313b6b84bbef98c635a630638c38",
"version" : "0.2.0" "version" : "0.3.1"
} }
} }
], ],

View File

@@ -15,7 +15,7 @@ let package = Package(
], ],
dependencies: [ dependencies: [
.package(url: "https://github.com/steipete/ElevenLabsKit", exact: "0.1.0"), .package(url: "https://github.com/steipete/ElevenLabsKit", exact: "0.1.0"),
.package(url: "https://github.com/gonzalezreal/textual", exact: "0.2.0"), .package(url: "https://github.com/gonzalezreal/textual", exact: "0.3.1"),
], ],
targets: [ targets: [
.target( .target(