Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

Commit

Permalink
Update documented minimum supported Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 26, 2020
1 parent 0c8b261 commit 072498e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ including using pasted identifiers to define new items.
paste = "0.1"
```

This approach works with any stable or nightly Rust compiler 1.30+.
This approach works with any Rust compiler 1.45+.

<br>

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! This crate provides a flexible way to paste together identifiers in a macro,
//! including using pasted identifiers to define new items.
//!
//! This approach works with any stable or nightly Rust compiler 1.30+.
//! This approach works with any Rust compiler 1.45+.
//!
//! <br>
//!
Expand Down

0 comments on commit 072498e

Please sign in to comment.