File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crates/cargo-test-support/src Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1423,7 +1423,7 @@ pub trait TestEnvCommandExt: Sized {
14231423 . env ( "__CARGO_TEST_DISABLE_GLOBAL_KNOWN_HOST" , "1" )
14241424 // Set retry sleep to 1 millisecond.
14251425 . env ( "__CARGO_TEST_FIXED_RETRY_SLEEP_MS" , "1" )
1426- . env ( "__CARGO_TEST_TTY_WIDTH_DO_NOT_USE_THIS" , "140 " )
1426+ . env ( "__CARGO_TEST_TTY_WIDTH_DO_NOT_USE_THIS" , "200 " )
14271427 // Incremental generates a huge amount of data per test, which we
14281428 // don't particularly need. Tests that specifically need to check
14291429 // the incremental behavior should turn this back on.
Original file line number Diff line number Diff line change @@ -717,8 +717,8 @@ implicit_minimum_version_req = "warn"
717717[WARNING] dependency version requirement without an explicit minimum version
718718 --> Cargo.toml:7:[..]
719719 |
720- 7 | [.. ]/bar', version = "0.1" }
721- | [..]^^^^^ missing full version components
720+ 7 | bar = { git = '[ROOTURL ]/bar', version = "0.1" }
721+ | [..]^^^^^ missing full version components
722722 |
723723[HELP] consider specifying full `major.minor.patch` version components
724724 |
You can’t perform that action at this time.
0 commit comments