Skip to content

Commit

Permalink
Update the comment about the Rust version requirement for no_std.
Browse files Browse the repository at this point in the history
Fixes #426.
  • Loading branch information
sunfishcode committed Oct 12, 2022
1 parent 78df0e9 commit c5c6add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c5c6add

Please sign in to comment.