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 729fe31 commit d659d21Copy full SHA for d659d21
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openssh"
3
-version = "0.9.0-rc.4"
+version = "0.9.0"
4
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
5
edition = "2021"
6
rust-version = "1.56.1"
src/changelog.rs
@@ -5,6 +5,9 @@ use crate::*;
#[doc(hidden)]
pub mod unreleased {}
7
8
+/// No changes since 0.9.0-rc4.
9
+pub mod v0_9_0 {}
10
+
11
/// ## Fixed
12
/// - Remove accidentally exposed `TryFrom<tokio::process::ChildStdin`
13
/// implementation for [`ChildStdin`].
0 commit comments