From 47af4064adc34d6c7ccc939edc56936dbfdadf89 Mon Sep 17 00:00:00 2001 From: Daniel Schemmel Date: Mon, 12 Aug 2024 02:22:14 +0100 Subject: [PATCH] update msrv to 1.75 due to derive_more dependency --- build-info-common/Cargo.toml | 2 +- build-info-proc/Cargo.toml | 2 +- build-info/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-info-common/Cargo.toml b/build-info-common/Cargo.toml index 75c37fe..9efbddb 100644 --- a/build-info-common/Cargo.toml +++ b/build-info-common/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/danielschemmel/build-info/" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.73.0" +rust-version = "1.75.0" [dependencies] chrono = { version = "0.4.23", default-features = false } diff --git a/build-info-proc/Cargo.toml b/build-info-proc/Cargo.toml index d00f11f..3fef30a 100644 --- a/build-info-proc/Cargo.toml +++ b/build-info-proc/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/danielschemmel/build-info/" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.73.0" +rust-version = "1.75.0" [lib] proc-macro = true diff --git a/build-info/Cargo.toml b/build-info/Cargo.toml index 154f792..5ecf294 100644 --- a/build-info/Cargo.toml +++ b/build-info/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/danielschemmel/build-info/" license = "MIT OR Apache-2.0" edition = "2021" -rust-version = "1.73.0" +rust-version = "1.75.0" [dependencies] build-info-common = { version = "=0.0.37", path = "../build-info-common", optional = true, features = ["serde"] }