Skip to content

Commit

Permalink
Merge pull request #131 from rust-lang-nursery/cargo/1.2.0
Browse files Browse the repository at this point in the history
Prepare for 1.2.0 release
  • Loading branch information
KodrAus committed Nov 4, 2018
2 parents fa421ef + 1b4a2c2 commit da1f130
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lazy_static"
# NB: When modifying, also modify html_root_url in lib.rs
version = "1.1.0"
version = "1.2.0"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT/Apache-2.0"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ as well as anything that requires non-const function calls to be computed.

## Minimum supported `rustc`

`1.21.0+`
`1.24.1+`

This version is explicitly tested in CI and may only be bumped in new minor versions. Any changes to the supported minimum version will be called out in the release notes.

Expand Down

0 comments on commit da1f130

Please sign in to comment.