Skip to content

Commit

Permalink
Bump MSRV to v1.63 for is-terminal v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Jul 7, 2023
1 parent c48e767 commit 83f1f5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
# - src/lib.rs
# - Cargo.toml
# - README.md
rust_minver: 1.60.0
rust_minver: 1.63.0

jobs:
format:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When updating this, also update:
- Cargo.toml
-->

The current minimum supported Rust version is 1.60.
The current minimum supported Rust version is 1.63.

`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.

Expand Down
2 changes: 1 addition & 1 deletion spdlog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "spdlog-rs"
version = "0.3.8"
edition = "2021"
rust-version = "1.60"
rust-version = "1.63"
description = "A fast and combinable Rust logging crate, inspired by the C++ logging library spdlog"
repository = "https://github.com/SpriteOvO/spdlog-rs"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion spdlog/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
//! - README.md
//! -->
//!
//! The current minimum supported Rust version is 1.60.
//! The current minimum supported Rust version is 1.63.
//!
//! `spdlog-rs` is built against the latest Rust stable release, it is not
//! guaranteed to build on Rust versions earlier than the minimum supported
Expand Down

0 comments on commit 83f1f5b

Please sign in to comment.