Skip to content

Commit 7b3700c

Browse files
committed
chore(deps)!: up to rust edition 2025 (MSRV 1.85)
Signed-off-by: David Bernard <[email protected]>
1 parent 72fd8b0 commit 7b3700c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.mise.toml

+1-1
Original file line numberDiff line numberDiff 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"
1010
make = "latest"
1111
# # experimental
1212
"cargo:cargo-nextest" = "0.9"

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ resolver = "2"
33
members = ["cdevents-sdk", "generator"]
44

55
[workspace.package]
6-
edition = "2021"
6+
edition = "2024"
77
version = "0.1.3"
88
authors = [
99
# The actual list of contributors can be retrieved from the git log
1010
"The CDEvents Rust SDK Authors",
1111
]
1212
license = "Apache-2.0"
1313
repository = "https://github.com/cdevents/sdk-rust"
14-
rust-version = "1.80"
14+
rust-version = "1.85"
1515
publish = false

generator/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use glob::glob;
77
use handlebars::{DirectorySourceOptions, Handlebars};
88
use indexmap::IndexMap;
99
use serde::{Deserialize, Serialize};
10-
use serde_json::{json, Value};
10+
use serde_json::{Value, json};
1111
use std::{collections::HashMap, fs, path::PathBuf};
1212
use version::Version;
1313

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "1.80.0"
2+
channel = "1.85.0"

0 commit comments

Comments
 (0)