File tree Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Expand file tree Collapse file tree 6 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 77    branches : [master] 
88
99env :
10-   rust_version : 1.61 .0 
10+   rust_version : 1.69 .0 
1111
1212jobs :
1313  lint :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ keywords = ["kafka", "rdkafka"]
1010categories  = [" api-bindings"  ]
1111edition  = " 2018" 
1212exclude  = [" Cargo.lock"  ]
13- rust-version  = " 1.61 " 
13+ rust-version  = " 1.69 " 
1414
1515[workspace ]
1616members  = [" rdkafka-sys"  ]
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ re-exported as rdkafka features.
184184
185185### Minimum supported Rust version (MSRV)  
186186
187- The current minimum supported Rust version (MSRV) is 1.61 .0. Note that
187+ The current minimum supported Rust version (MSRV) is 1.69 .0. Note that
188188bumping the MSRV is not considered a breaking change. Any release of
189189rust-rdkafka may bump the MSRV.
190190
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ See also the [rdkafka-sys changelog](rdkafka-sys/changelog.md).
44
55## Unreleased  
66
7+ *  Bump MSRV to 1.69
8+ 
79## 0.36.2 (2024-01-16)  
810
911*  Update ` BaseConsumer::poll `  to return ` None `  when handling rebalance
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = "Native bindings to the librdkafka library"
1010keywords  = [" kafka"  , " rdkafka"  ]
1111categories  = [" external-ffi-bindings"  ]
1212edition  = " 2018" 
13- rust-version  = " 1.61 " 
13+ rust-version  = " 1.69 " 
1414
1515[dependencies ]
1616num_enum  = " 0.5.0" 
Original file line number Diff line number Diff line change 176176//! 
177177//! ### Minimum supported Rust version (MSRV) 
178178//! 
179- //! The current minimum supported Rust version (MSRV) is 1.61 .0. Note that 
179+ //! The current minimum supported Rust version (MSRV) is 1.69 .0. Note that 
180180//! bumping the MSRV is not considered a breaking change. Any release of 
181181//! rust-rdkafka may bump the MSRV. 
182182//! 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments