Skip to content

Commit

Permalink
Merge pull request Alexhuszagh#170 from Alexhuszagh/msrv
Browse files Browse the repository at this point in the history
Add 1.63.0 MSRV to our Cargo.toml.
  • Loading branch information
Alexhuszagh authored Oct 15, 2024
2 parents 4176535 + 223280d commit 28985e5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lexical-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
1 change: 1 addition & 0 deletions lexical-parse-float/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
1 change: 1 addition & 0 deletions lexical-parse-integer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
1 change: 1 addition & 0 deletions lexical-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
1 change: 1 addition & 0 deletions lexical-write-float/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
1 change: 1 addition & 0 deletions lexical-write-integer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down
1 change: 1 addition & 0 deletions lexical/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down

0 comments on commit 28985e5

Please sign in to comment.