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 @@ -6,7 +6,7 @@ MISE_CARGO_BINSTALL = "true"
66
77[tools ]
88"aqua:cargo-bins/cargo-binstall" = " 1"
9- rust = " 1.80 "
9+ rust = " 1.85 "
1010make = " latest"
1111# # experimental
1212"cargo:cargo-nextest" = " 0.9"
Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ resolver = "2"
33members = [" cdevents-sdk" , " generator" ]
44
55[workspace .package ]
6- edition = " 2021 "
6+ edition = " 2024 "
77version = " 0.1.3"
88authors = [
99 # The actual list of contributors can be retrieved from the git log
1010 " The CDEvents Rust SDK Authors" ,
1111]
1212license = " Apache-2.0"
1313repository = " https://github.com/cdevents/sdk-rust"
14- rust-version = " 1.80 "
14+ rust-version = " 1.85 "
1515publish = false
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use glob::glob;
77use handlebars:: { DirectorySourceOptions , Handlebars } ;
88use indexmap:: IndexMap ;
99use serde:: { Deserialize , Serialize } ;
10- use serde_json:: { json , Value } ;
10+ use serde_json:: { Value , json } ;
1111use std:: { collections:: HashMap , fs, path:: PathBuf } ;
1212use version:: Version ;
1313
Original file line number Diff line number Diff line change 11[toolchain ]
2- channel = " 1.80 .0"
2+ channel = " 1.85 .0"
You can’t perform that action at this time.
0 commit comments