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 4e5a8d1 commit d429d7aCopy full SHA for d429d7a
json/alire.toml
@@ -1,6 +1,6 @@
1
name = "json"
2
description = "An Ada 2012 library for parsing JSON"
3
-version = "5.0.1"
+version = "5.0.2"
4
website = "https://github.com/onox/json-ada"
5
licenses = "Apache-2.0"
6
tags = ["json"]
tests/alire.toml
name = "json_tests"
description = "Unit tests for json-ada"
@@ -16,7 +16,7 @@ disabled = true
16
17
[[depends-on]]
18
aunit = "^21.0.0"
19
-json = "^5.0.0"
+json = "^5.0.2"
20
21
[[pins]]
22
json = { path = "../json" }
0 commit comments