Skip to content

Commit b064f35

Browse files
committed
Bump MSRV to 1.66.1
1 parent f3ac15c commit b064f35

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
# - src/lib.rs
2020
# - Cargo.toml
2121
# - README.md
22-
rust_minver: 1.63.0
22+
rust_minver: 1.66.1
2323
ci_targets: "['x86_64-unknown-linux-gnu', 'x86_64-pc-windows-msvc', 'aarch64-apple-darwin', 'x86_64-apple-ios', 'x86_64-unknown-freebsd', 'x86_64-unknown-illumos', 'aarch64-linux-android']"
2424

2525
defaults:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When updating this, also update:
5151
- Cargo.toml
5252
-->
5353

54-
The current minimum supported Rust version is 1.63.
54+
The current minimum supported Rust version is 1.66.1.
5555

5656
`spdlog-rs` is built against the latest Rust stable release, it is not guaranteed to build on Rust versions earlier than the minimum supported version.
5757

spdlog-internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "spdlog-internal"
33
version = "0.1.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.66.1"
66
description = "Internal private common code for crate \"spdlog-rs\""
77
repository = "https://github.com/SpriteOvO/spdlog-rs"
88
license = "MIT OR Apache-2.0"

spdlog-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "spdlog-macros"
33
version = "0.2.0"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.66.1"
66
description = "Macros implementation of crate \"spdlog-rs\""
77
repository = "https://github.com/SpriteOvO/spdlog-rs"
88
license = "MIT OR Apache-2.0"

spdlog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "spdlog-rs"
33
version = "0.4.3"
44
edition = "2021"
5-
rust-version = "1.63"
5+
rust-version = "1.66.1"
66
description = "Fast, highly configurable Rust logging crate, inspired by the C++ logging library spdlog"
77
repository = "https://github.com/SpriteOvO/spdlog-rs"
88
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)