File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ This library brings the rich assertion types of Google's C++ testing library
25
25
* A new set of assertion macros offering similar functionality to those of
26
26
[ GoogleTest] ( https://google.github.io/googletest/primer.html#assertions ) .
27
27
28
- ** We recommend using Rust 1.66 or later with this library.** It does not work
29
- smoothly with prior versions.
28
+ ** The minimum supported Rust version is 1.67**
30
29
31
30
> :warning : The API is not fully stable and may still be changed until we
32
31
> publish version 1.0.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ repository = "https://github.com/google/googletest-rust"
22
22
readme = " ../README.md"
23
23
license = " Apache-2.0"
24
24
edition = " 2021"
25
+ rust-version = " 1.67.0"
25
26
authors = [
26
27
" Bradford Hovinen <hovinen@google.com>" ,
27
28
" Bastien Jacot-Guillarmod <bjacotg@google.com>" ,
You can’t perform that action at this time.
0 commit comments