Skip to content

Commit

Permalink
update yyjson 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nixzhu committed May 26, 2023
1 parent 08b1313 commit c8fedfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ibireme/yyjson.git",
"state" : {
"revision" : "7b210d66cb73536f351e8a82a63508bc77bffd20",
"version" : "0.6.0"
"revision" : "09ccaa449e01879e23f68d8be165e78e65334443",
"version" : "0.7.0"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ibireme/yyjson.git",
from: "0.6.0"
from: "0.7.0"
),
.package(
url: "https://github.com/michaeleisel/JJLISO8601DateFormatter.git",
Expand Down

0 comments on commit c8fedfe

Please sign in to comment.