File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
branches : [master]
8
8
9
9
env :
10
- rust_version : 1.69 .0
10
+ rust_version : 1.70 .0
11
11
12
12
jobs :
13
13
lint :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ keywords = ["kafka", "rdkafka"]
10
10
categories = [" api-bindings" ]
11
11
edition = " 2018"
12
12
exclude = [" Cargo.lock" ]
13
- rust-version = " 1.69 "
13
+ rust-version = " 1.70 "
14
14
15
15
[workspace ]
16
16
members = [" 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 \
10
10
11
11
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly-2019-10-17
12
12
ENV PATH /root/.cargo/bin/:$PATH
13
- # ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
13
+ ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL sparse
14
14
15
15
# # Create dummy project for rdkafka
16
16
# COPY Cargo.toml /rdkafka/
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ re-exported as rdkafka features.
184
184
185
185
### Minimum supported Rust version (MSRV)
186
186
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
188
188
bumping the MSRV is not considered a breaking change. Any release of
189
189
rust-rdkafka may bump the MSRV.
190
190
Original file line number Diff line number Diff line change 3
3
See also the [ rdkafka-sys changelog] ( rdkafka-sys/changelog.md ) .
4
4
5
5
## 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 `
7
7
8
8
## 0.36.2 (2024-01-16)
9
9
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description = "Native bindings to the librdkafka library"
10
10
keywords = [" kafka" , " rdkafka" ]
11
11
categories = [" external-ffi-bindings" ]
12
12
edition = " 2018"
13
- rust-version = " 1.69 "
13
+ rust-version = " 1.70 "
14
14
15
15
[dependencies ]
16
16
num_enum = " 0.5.0"
Original file line number Diff line number Diff line change 176
176
//!
177
177
//! ### Minimum supported Rust version (MSRV)
178
178
//!
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
180
180
//! bumping the MSRV is not considered a breaking change. Any release of
181
181
//! rust-rdkafka may bump the MSRV.
182
182
//!
You can’t perform that action at this time.
0 commit comments