We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f9c9b commit 2d02f44Copy full SHA for 2d02f44
CHANGELOG.md
@@ -7,6 +7,17 @@ UNRELEASED
7
===================
8
* see https://github.com/kube-rs/kube/compare/2.0.1...main
9
10
+[2.0.1](https://github.com/kube-rs/kube/releases/tag/2.0.1) / 2025-09-12
11
+===================
12
+<!-- Release notes generated using configuration in .github/release.yml at 2.0.1 -->
13
+
14
+## What's Changed
15
+Fixes an accidental inclusion of a constraint added to `Api::log_stream` introduced in the 2.0.0 Rust 2024 upgrade.
16
17
+### Fixed
18
+* Remove unused use<'_> from log_stream() by @pgerber in https://github.com/kube-rs/kube/pull/1824
19
20
21
2.0.1 / 2025-09-12
22
23
0 commit comments