File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name = " json"
22description = " An Ada 2012 library for parsing JSON"
3- version = " 5 .0.3 "
3+ version = " 6 .0.0 "
44website = " https://github.com/onox/json-ada"
55licenses = " Apache-2.0"
66tags = [" json" ]
Original file line number Diff line number Diff line change 11name = " json_tests"
22description = " Unit tests for json-ada"
3- version = " 5 .0.3 "
3+ version = " 6 .0.0 "
44website = " https://github.com/onox/json-ada"
55licenses = " Apache-2.0"
66tags = [" json" ]
@@ -13,7 +13,7 @@ maintainers-logins = ["onox"]
1313
1414[[depends-on ]]
1515aunit = " ^21.0.0"
16- json = " ^5 .0.2 "
16+ json = " ^6 .0.0 "
1717
1818[[pins ]]
1919json = { path = " ../json" }
Original file line number Diff line number Diff line change 11name = " json_tools"
22description = " Tools for json-ada"
3- version = " 5 .0.3 "
3+ version = " 6 .0.0 "
44website = " https://github.com/onox/json-ada"
55licenses = " Apache-2.0"
66tags = [" json" ]
1313maintainers-logins = [" onox" ]
1414
1515[[depends-on ]]
16- json = " ^5 .0.3 "
16+ json = " ^6 .0.0 "
1717
1818[[pins ]]
1919json = { path = " ../json" }
You can’t perform that action at this time.
0 commit comments