File tree 2 files changed +5
-8
lines changed
2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,9 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
49
49
[preprocessor .variables .variables ]
50
50
# code prerequisites versions
51
51
minimum_rust_version = " 1.66"
52
- platform_release_version = " v1.1.19"
53
- upcoming_platform_release_version = " v1.1.20" # to use when adding 'edit on github' plugin
54
- mix_node_release_version = " v1.1.20"
55
- #
52
+ # TODO remove this in place of develop in next release
53
+ platform_release_version = " v1.1.20"
54
+
56
55
[preprocessor .last-changed ]
57
56
command = " mdbook-last-changed"
58
57
renderer = [" html" ]
Original file line number Diff line number Diff line change @@ -49,10 +49,8 @@ assets_version = "2.0.0" # do not edit: managed by `mdbook-admonish install`
49
49
[preprocessor .variables .variables ]
50
50
minimum_rust_version = " 1.66"
51
51
52
- # old variables
53
- # platform_release_version = "v1.1.19"
54
- # upcoming_platform_release_version = "v1.1.20" # to use in 'edit page on github' plugin (coming soon)
55
- # mix_node_release_version = "v1.1.20"
52
+ # old variables - this is still needed for links.. TODO change to develop?
53
+ platform_release_version = " v1.1.20"
56
54
57
55
[preprocessor .last-changed ]
58
56
command = " mdbook-last-changed"
You can’t perform that action at this time.
0 commit comments