File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,9 +103,9 @@ where
103103 /// needed.
104104 ///
105105 /// Cargo support:
106- /// - `>1.94`: works
106+ /// - `>= 1.94`: works
107107 /// - `>=1.91,<=1.93`: works with default `build-dir`
108- /// - `<=1.92 `: works
108+ /// - `<=1.90 `: works
109109 ///
110110 /// # Panic
111111 ///
@@ -221,9 +221,9 @@ impl fmt::Display for NotFoundError {
221221/// Look up the path to a cargo-built binary within an integration test
222222///
223223/// Cargo support:
224- /// - `>1.94`: works
224+ /// - `>= 1.94`: works
225225/// - `>=1.91,<=1.93`: works with default `build-dir`
226- /// - `<=1.92 `: works
226+ /// - `<=1.90 `: works
227227///
228228/// # Panic
229229///
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ impl Command {
3838 /// See the [`cargo` module documentation][crate::cargo] for caveats and workarounds.
3939 ///
4040 /// Cargo support:
41- /// - `>1.94`: works
41+ /// - `>= 1.94`: works
4242 /// - `>=1.91,<=1.93`: works with default `build-dir`
43- /// - `<=1.92 `: works
43+ /// - `<=1.90 `: works
4444 ///
4545 /// # Panic
4646 ///
You can’t perform that action at this time.
0 commit comments