File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 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 = " 4 .0.1 "
3+ version = " 5 .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 11project Json is
22
33 for Library_Name use "json";
4- for Library_Version use "4 .0.1 ";
4+ for Library_Version use "5 .0.0 ";
55
66 for Create_Missing_Dirs use "True";
77
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ crate = "json"
5454fulfilment = "linked"
5555pinned = false
5656transitivity = "direct"
57- versions = "^4 .0.1 "
57+ versions = "^5 .0.0 "
5858[solution.state.link]
5959lockfiled = true
6060path = "../json"
Original file line number Diff line number Diff line change 11name = " json_tests"
22description = " Unit tests for json-ada"
3- version = " 4 .0.1 "
3+ version = " 5 .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 = " ^4 .0.1 "
16+ json = " ^5 .0.0 "
1717
1818[[pins ]]
1919json = { path = " ../json" }
You can’t perform that action at this time.
0 commit comments