Skip to content

Commit 89decd5

Browse files
authored
Update for json package removal from standard library (#10)
1 parent 26d1aa8 commit 89decd5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.release-notes/json-lib.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Update to address JSON package removal from the standard library
2+
3+
We've updated our dependencies to address the `json` package being removed from the Pony standard library.

corral.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
{
1414
"locator": "github.com/ponylang/http.git",
1515
"version": "0.5.2"
16+
},
17+
{
18+
"locator": "github.com/ponylang/json.git",
19+
"version": "0.1.0"
1620
}
1721
],
1822
"info": {

0 commit comments

Comments
 (0)