From c5c6addb79ecf174ada9c612020a463945fb80b5 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 11 Oct 2022 10:04:47 -0700 Subject: [PATCH] Update the comment about the Rust version requirement for no_std. Fixes #426. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 214600d9d..86d6d5396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ targets = [ default = ["std", "use-libc-auxv"] # This enables use of std. Disabling this enables `#![no_std], and requires -# nightly Rust. +# Rust 1.64 or newer. std = ["io-lifetimes"] # This is used in the port of std to rustix.