Skip to content

Commit 21cd239

Browse files
committed
Update for json package removal from standard library
1 parent e39b376 commit 21cd239

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
@@ -8,6 +8,10 @@
88
{
99
"locator": "github.com/ponylang/http.git",
1010
"version": "0.5.2"
11+
},
12+
{
13+
"locator": "github.com/ponylang/json.git",
14+
"version": "0.1.0"
1115
}
1216
],
1317
"info": {

0 commit comments

Comments
 (0)