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 11[package ]
22name = " openssh"
3- version = " 0.9.0-rc.3 "
3+ version = " 0.9.0-rc.4 "
44authors = [" Jon Gjengset <jon@thesquareplanet.com>" ]
55edition = " 2021"
66rust-version = " 1.56.1"
Original file line number Diff line number Diff line change 22use crate :: * ;
33
44/// TODO: RENAME THIS INTO THE NEXT VERSION BEFORE RELEASE
5- ///
5+ #[ doc( hidden) ]
6+ pub mod unreleased { }
7+
68/// ## Fixed
79/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
810/// implementation for [`ChildStdin`].
@@ -21,8 +23,7 @@ use crate::*;
2123/// - Make [`Session::check`] available only on unix.
2224/// - Make [`Socket::UnixSocket`] available only on unix.
2325/// - Make [`SessionBuilder::control_directory`] available only on unix.
24- #[ doc( hidden) ]
25- pub mod unreleased { }
26+ pub mod v0_9_0_rc4 { }
2627
2728/// ## Fixed
2829/// - Fixed changelog entry for rc2 not being visible
You can’t perform that action at this time.
0 commit comments