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 1
1
name = " json"
2
2
description = " An Ada 2012 library for parsing JSON"
3
- version = " 5 .0.3 "
3
+ version = " 6 .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
name = " json_tests"
2
2
description = " Unit tests for json-ada"
3
- version = " 5 .0.3 "
3
+ version = " 6 .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 = " ^5 .0.2 "
16
+ json = " ^6 .0.0 "
17
17
18
18
[[pins ]]
19
19
json = { path = " ../json" }
Original file line number Diff line number Diff line change 1
1
name = " json_tools"
2
2
description = " Tools for json-ada"
3
- version = " 5 .0.3 "
3
+ version = " 6 .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 = ["onox <denkpadje@gmail.com>"]
13
13
maintainers-logins = [" onox" ]
14
14
15
15
[[depends-on ]]
16
- json = " ^5 .0.3 "
16
+ json = " ^6 .0.0 "
17
17
18
18
[[pins ]]
19
19
json = { path = " ../json" }
You can’t perform that action at this time.
0 commit comments