Skip to content

Commit

Permalink
Minimal supported rust version is 1.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pacman82 committed Sep 12, 2022
1 parent fab9276 commit 10201b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "atoi"
version = "1.0.0"
version = "2.0.0"
authors = ["Markus Klein"]
license = "MIT"
repository = "https://github.com/pacman82/atoi-rs"
documentation = "https://docs.rs/atoi/"
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.57.0"

# A short blurb about the package. This is not rendered in any format when
# uploaded to crates.io (aka this is not markdown).
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

2.0.0 (next)
-----

* Minimal supported compiler is Rust 1.57.0

1.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.56.0"
channel = "1.57.0"

0 comments on commit 10201b8

Please sign in to comment.