From ab9da099f02642a37a6c618535d0e913dd7bc4f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 00:50:03 +0000 Subject: [PATCH] Update dependency rust-version to v1.83 --- Cargo.toml | 2 +- test-lib/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eb15d73..659a76f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "build-rs" version = "0.2.0" edition = "2021" -rust-version = "1.79" +rust-version = "1.83" publish = false [dependencies] diff --git a/test-lib/Cargo.toml b/test-lib/Cargo.toml index bb0290f..4a8c00d 100644 --- a/test-lib/Cargo.toml +++ b/test-lib/Cargo.toml @@ -2,7 +2,7 @@ name = "build-rs-test-lib" version = "0.2.0" edition = "2021" -rust-version = "1.79" +rust-version = "1.83" publish = false [features]