From 178ab17dc46c3197537c043711a83b9683ea2ad4 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Tue, 15 Oct 2024 14:03:03 -0500 Subject: [PATCH] Add 1.63.0 MSRV to our Cargo.toml. --- lexical-core/Cargo.toml | 1 + lexical-parse-float/Cargo.toml | 1 + lexical-parse-integer/Cargo.toml | 1 + lexical-util/Cargo.toml | 1 + lexical-write-float/Cargo.toml | 1 + lexical-write-integer/Cargo.toml | 1 + lexical/Cargo.toml | 1 + 7 files changed, 7 insertions(+) diff --git a/lexical-core/Cargo.toml b/lexical-core/Cargo.toml index 68aff3c3..b36c5eaa 100644 --- a/lexical-core/Cargo.toml +++ b/lexical-core/Cargo.toml @@ -10,6 +10,7 @@ name = "lexical-core" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical" version = "1.0.2" +rust-version = "1.63.0" exclude = [ "assets/*", "docs/*", diff --git a/lexical-parse-float/Cargo.toml b/lexical-parse-float/Cargo.toml index 528209b0..b2fc3d30 100644 --- a/lexical-parse-float/Cargo.toml +++ b/lexical-parse-float/Cargo.toml @@ -10,6 +10,7 @@ name = "lexical-parse-float" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical" version = "1.0.2" +rust-version = "1.63.0" exclude = [ "assets/*", "docs/*", diff --git a/lexical-parse-integer/Cargo.toml b/lexical-parse-integer/Cargo.toml index 051849da..23ffdc5b 100644 --- a/lexical-parse-integer/Cargo.toml +++ b/lexical-parse-integer/Cargo.toml @@ -10,6 +10,7 @@ name = "lexical-parse-integer" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical" version = "1.0.2" +rust-version = "1.63.0" exclude = [ "assets/*", "docs/*", diff --git a/lexical-util/Cargo.toml b/lexical-util/Cargo.toml index 05ac5766..1765b9f6 100644 --- a/lexical-util/Cargo.toml +++ b/lexical-util/Cargo.toml @@ -10,6 +10,7 @@ name = "lexical-util" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical" version = "1.0.3" +rust-version = "1.63.0" exclude = [ "assets/*", "docs/*", diff --git a/lexical-write-float/Cargo.toml b/lexical-write-float/Cargo.toml index 74fc1252..944a8602 100644 --- a/lexical-write-float/Cargo.toml +++ b/lexical-write-float/Cargo.toml @@ -10,6 +10,7 @@ name = "lexical-write-float" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical" version = "1.0.2" +rust-version = "1.63.0" exclude = [ "assets/*", "docs/*", diff --git a/lexical-write-integer/Cargo.toml b/lexical-write-integer/Cargo.toml index 40a18a11..ffd1eca2 100644 --- a/lexical-write-integer/Cargo.toml +++ b/lexical-write-integer/Cargo.toml @@ -10,6 +10,7 @@ name = "lexical-write-integer" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical" version = "1.0.2" +rust-version = "1.63.0" exclude = [ "assets/*", "docs/*", diff --git a/lexical/Cargo.toml b/lexical/Cargo.toml index 7e9c4e86..321fc5f8 100644 --- a/lexical/Cargo.toml +++ b/lexical/Cargo.toml @@ -10,6 +10,7 @@ name = "lexical" readme = "README.md" repository = "https://github.com/Alexhuszagh/rust-lexical" version = "7.0.2" +rust-version = "1.63.0" exclude = [ "assets/*", "docs/*",