Skip to content

Commit

Permalink
[yyjson] fix feature writer (microsoft#33596)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored Sep 7, 2023
1 parent 6dce841 commit a7ed7c9
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
12 changes: 11 additions & 1 deletion ports/yyjson/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "yyjson",
"version": "0.6.0",
"port-version": 1,
"description": "A high performance JSON library written in ANSI C",
"homepage": "https://github.com/ibireme/yyjson",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +32,16 @@
"description": "Build with JSON reader"
},
"writer": {
"description": "Build with JSON writer"
"description": "Build with JSON writer",
"dependencies": [
{
"name": "yyjson",
"default-features": false,
"features": [
"reader"
]
}
]
}
}
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -9046,7 +9046,7 @@
},
"yyjson": {
"baseline": "0.6.0",
"port-version": 0
"port-version": 1
},
"z3": {
"baseline": "4.12.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/y-/yyjson.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "658e0c2de9549d6330f76f33992a45e110bfcb74",
"version": "0.6.0",
"port-version": 1
},
{
"git-tree": "959e0191dd4850c8915d57c1ffeccfaf983e0616",
"version": "0.6.0",
Expand Down

0 comments on commit a7ed7c9

Please sign in to comment.