File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ members = [
7
7
" json_typegen_demo"
8
8
]
9
9
default-members = [" json_typegen_cli" ]
10
+ resolver = " 3"
10
11
11
12
# Compiler config for slightly smaller WASM bundle
12
13
# [profile.release]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage = "https://typegen.vestera.as"
10
10
repository = " https://github.com/evestera/json_typegen"
11
11
documentation = " https://docs.rs/json_typegen"
12
12
readme = " README.md"
13
- edition = " 2018 "
13
+ edition = " 2021 "
14
14
15
15
[features ]
16
16
default = [" remote-samples" , " local-samples" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage = "https://typegen.vestera.as"
10
10
repository = " https://github.com/evestera/json_typegen"
11
11
documentation = " https://docs.rs/json_typegen_cli"
12
12
readme = " README.md"
13
- edition = " 2018 "
13
+ edition = " 2021 "
14
14
15
15
[dependencies ]
16
16
clap = " 2.33.3"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.7.0"
4
4
authors = [
" Erik Vesteraas <[email protected] >" ]
5
5
license = " MIT/Apache-2.0"
6
6
publish = false
7
- edition = " 2018 "
7
+ edition = " 2021 "
8
8
9
9
[dependencies ]
10
10
serde = " 1.0"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ homepage = "https://typegen.vestera.as"
10
10
repository = " https://github.com/evestera/json_typegen"
11
11
documentation = " https://docs.rs/json_typegen_shared"
12
12
readme = " README.md"
13
- edition = " 2018 "
13
+ edition = " 2021 "
14
14
exclude = [" /benches/" ]
15
15
16
16
[features ]
Original file line number Diff line number Diff line change 2
2
name = " json_typegen_wasm"
3
3
version = " 0.7.0"
4
4
authors = [
" Erik Vesteraas <[email protected] >" ]
5
- edition = " 2018 "
5
+ edition = " 2021 "
6
6
publish = false
7
7
description = " WASM wrapper for json_typegen. Codegen from JSON samples."
8
8
homepage = " https://typegen.vestera.as"
You can’t perform that action at this time.
0 commit comments