File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " json"
2
2
description = " An Ada 2012 library for parsing JSON"
3
- version = " 4 .0.1 "
3
+ version = " 5 .0.0 "
4
4
website = " https://github.com/onox/json-ada"
5
5
licenses = " Apache-2.0"
6
6
tags = [" json" ]
Original file line number Diff line number Diff line change 1
1
project Json is
2
2
3
3
for Library_Name use "json";
4
- for Library_Version use "4 .0.1 ";
4
+ for Library_Version use "5 .0.0 ";
5
5
6
6
for Create_Missing_Dirs use "True";
7
7
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ crate = "json"
54
54
fulfilment = "linked"
55
55
pinned = false
56
56
transitivity = "direct"
57
- versions = "^4 .0.1 "
57
+ versions = "^5 .0.0 "
58
58
[solution.state.link]
59
59
lockfiled = true
60
60
path = "../json"
Original file line number Diff line number Diff line change 1
1
name = " json_tests"
2
2
description = " Unit tests for json-ada"
3
- version = " 4 .0.1 "
3
+ version = " 5 .0.0 "
4
4
website = " https://github.com/onox/json-ada"
5
5
licenses = " Apache-2.0"
6
6
tags = [" json" ]
@@ -13,7 +13,7 @@ maintainers-logins = ["onox"]
13
13
14
14
[[depends-on ]]
15
15
aunit = " ^21.0.0"
16
- json = " ^4 .0.1 "
16
+ json = " ^5 .0.0 "
17
17
18
18
[[pins ]]
19
19
json = { path = " ../json" }
You can’t perform that action at this time.
0 commit comments