Skip to content

Commit c4dbc62

Browse files
committed
chore: bump versions for release
1 parent 90a233a commit c4dbc62

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

async-promise/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-promise"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
documentation = "https://docs.rs/async-promise/"
55
description = "Async promise which resolves once and may be read by multiple consumers."
66
edition = "2021"

async-ssh2-russh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async-ssh2-russh"
33
publish = true
4-
version = "0.1.0"
4+
version = "0.2.0"
55
documentation = "https://docs.rs/async-ssh2-russh/"
66
description = "Lighweight async ssh2 client, wrapping russh."
77
readme = "../README.md"

0 commit comments

Comments
 (0)