Skip to content

Commit e671eb7

Browse files
alexey1312claude
andauthored
chore: Update toon-swift to 0.4.0 (#57)
Deterministic dictionary key ordering, recursion limit protection, and numeric normalization strategies. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 850fa34 commit e671eb7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
15-
.package(url: "https://github.com/toon-format/toon-swift.git", from: "0.3.0"),
15+
.package(url: "https://github.com/toon-format/toon-swift.git", from: "0.4.0"),
1616
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.4.5"),
1717
.package(url: "https://github.com/mattt/swift-toml", from: "2.0.0"),
1818
],

0 commit comments

Comments
 (0)