File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ repository = "https://github.com/Nydauron/playing-cards"
9
9
readme = " README.md"
10
10
keywords = [" cards" , " poker" , " hand-evaluation" ]
11
11
categories = [" games" , " simulation" ]
12
+ rust-version = " 1.62"
12
13
13
14
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
15
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ This library is still in early development. While I will try to mitgate such a c
9
9
features may be subject to breaking changes across minor version changes. Be sure to check the docs
10
10
for updates on any changes and deprecations.
11
11
12
+ ## MSRV (Minimum Supported Rust Version)
13
+ Requires rustc 1.62+
14
+
12
15
## Features
13
16
14
17
### Core
Original file line number Diff line number Diff line change 9
9
//! This library is still in early development. A lot of features may be subject to breaking
10
10
//! changes across minor version changes. Be sure to check the docs for updates on any changes.
11
11
//!
12
+ //! ## MSRV (Minimum Supported Rust Version)
13
+ //! Requires rustc 1.62+
14
+ //!
12
15
//! ## Breaking Changes in v0.1.0
13
16
//! - Rank types are now primarily used for storing hand rankings instead of `u64`s.
14
17
//! - The `Evaluator` trait has been removed.
You can’t perform that action at this time.
0 commit comments