Skip to content

Commit

Permalink
use yyjson 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed Jul 12, 2024
1 parent 1c6a36b commit ed7d361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ import PackageDescription
let packageDependencies: [Package.Dependency] = [
.package(
url: "https://github.com/ibireme/yyjson.git",
from: "0.9.0"
from: "0.10.0"
),
]
#else
let packageDependencies: [Package.Dependency] = [
.package(
url: "https://github.com/ibireme/yyjson.git",
from: "0.9.0"
from: "0.10.0"
),
.package(
url: "https://github.com/michaeleisel/JJLISO8601DateFormatter.git",
Expand Down

0 comments on commit ed7d361

Please sign in to comment.