We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26d1aa8 commit 89decd5Copy full SHA for 89decd5
.release-notes/json-lib.md
@@ -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
@@ -13,6 +13,10 @@
13
{
14
"locator": "github.com/ponylang/http.git",
15
"version": "0.5.2"
16
+ },
17
+ {
18
+ "locator": "github.com/ponylang/json.git",
19
+ "version": "0.1.0"
20
}
21
],
22
"info": {
0 commit comments