summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2021-08-19 08:30:27 +0200
committerGravatar Emil Fresk <emil.fresk@gmail.com> 2021-08-19 08:30:27 +0200
commitb4e54df856dd6729de7751d32f42870b0b6a077f (patch)
tree6741d8beea00929472f770bfa3985004baa03645 /src/lib.rs
parent90f963e3bb244a4411ede0b99c81601a0179832f (diff)
downloadrtic-0.5.8.tar.gz
rtic-0.5.8.tar.zst
rtic-0.5.8.zip
Prepare v0.5.8v0.5.8
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index da9216d2..42735383 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -17,7 +17,7 @@
//!
//! # Minimum Supported Rust Version (MSRV)
//!
-//! This crate is guaranteed to compile on stable Rust 1.36 (2018 edition) and up. It *might*
+//! This crate is guaranteed to compile on stable Rust 1.38 (2018 edition) and up. It *might*
//! compile on older versions but that may change in any new patch release.
//!
//! # Semantic Versioning