File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssh"
3
- version = " 0.9.0-rc.3 "
3
+ version = " 0.9.0-rc.4 "
4
4
authors = [" Jon Gjengset <jon@thesquareplanet.com>" ]
5
5
edition = " 2021"
6
6
rust-version = " 1.56.1"
Original file line number Diff line number Diff line change 2
2
use crate :: * ;
3
3
4
4
/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5
- ///
5
+ #[ doc( hidden) ]
6
+ pub mod unreleased { }
7
+
6
8
/// ## Fixed
7
9
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
8
10
/// implementation for [`ChildStdin`].
@@ -21,8 +23,7 @@ use crate::*;
21
23
/// - Make [`Session::check`] available only on unix.
22
24
/// - Make [`Socket::UnixSocket`] available only on unix.
23
25
/// - Make [`SessionBuilder::control_directory`] available only on unix.
24
- #[ doc( hidden) ]
25
- pub mod unreleased { }
26
+ pub mod v0_9_0_rc4 { }
26
27
27
28
/// ## Fixed
28
29
/// - Fixed changelog entry for rc2 not being visible
You can’t perform that action at this time.
0 commit comments