File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 branches : [master]
88
99env :
10- rust_version : 1.69 .0
10+ rust_version : 1.70 .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.69 "
13+ rust-version = " 1.70 "
1414
1515[workspace ]
1616members = [" rdkafka-sys" ]
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y build-essential \
1010
1111RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2019-10-17
1212ENV PATH /root/.cargo/bin/:$PATH
13- # ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
13+ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
1414
1515# # Create dummy project for rdkafka
1616# COPY Cargo.toml /rdkafka/
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.69 .0. Note that
187+ The current minimum supported Rust version (MSRV) is 1.70 .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 33See also the [ rdkafka-sys changelog] ( rdkafka-sys/changelog.md ) .
44
55## Unreleased
6- * Bump MSRV to 1.69 to pick up cargo index improvement and ` CStr::from_bytes_until_nul `
6+ * Bump MSRV to 1.70 to pick up cargo index improvement and ` CStr::from_bytes_until_nul `
77
88## 0.36.2 (2024-01-16)
99
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.69 "
13+ rust-version = " 1.70 "
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.69 .0. Note that
179+ //! The current minimum supported Rust version (MSRV) is 1.70 .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