adamcavendish opened a new pull request, #1011:
URL: https://github.com/apache/rocketmq-clients/pull/1011

   ```bash
   cargo msrv find
     [Meta]   cargo-msrv 0.18.4
   
   Compatibility Check #1: Rust 1.72.1
     [FAIL]   Is incompatible
   
     
╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
     │ error: package `predicates-core v1.0.9` cannot be built because it 
requires rustc 1.74 or newer, while the currently active rustc version is 
1.72.1 │
     │ Either upgrade to rustc 1.74 or newer, or use                            
                                                                           │
     │ cargo update -p [email protected] --precise ver                      
                                                                           │
     │ where `ver` is the latest version of `predicates-core` supporting rustc 
1.72.1                                                                      │
     │                                                                          
                                                                           │
     
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
   
   
   Compatibility Check #2: Rust 1.80.1
     [FAIL]   Is incompatible
   
     ╭────────────────────────────────────────────────────────────────────────╮
     │ error: rustc 1.80.1 is not supported by the following package:         │
     │   [email protected] requires rustc 1.81                                      │
     │ Either upgrade rustc or select compatible dependency versions with     │
     │ `cargo update <name>@<current-ver> --precise <compatible-ver>`         │
     │ where `<compatible-ver>` is the latest version supporting rustc 1.80.1 │
     │                                                                        │
     │                                                                        │
     ╰────────────────────────────────────────────────────────────────────────╯
   
   
   Compatibility Check #3: Rust 1.84.1
     [OK]     Is compatible
   
   Compatibility Check #4: Rust 1.82.0
     [OK]     Is compatible
   
   Compatibility Check #5: Rust 1.81.0
     [OK]     Is compatible
   
   Result:
      Considered (min … max):   Rust 1.56.1 … Rust 1.87.0
      Search method:            bisect
      MSRV:                     1.81.0
      Target:                   aarch64-apple-darwin
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to