Skip to content

Commit 8a8cba4

Browse files
committed
Update changelog, add library version to manifest
1 parent 68b8c1e commit 8a8cba4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
## Unreleased
44

5+
## Version 0.6.1
6+
7+
- RUSTSEC-2023-0065: Update tungstenite
8+
- RUSTSEC-2023-0037: Replace xsalsa20poly1305 with crypto_secretbox
9+
- RUSTSEC-2023-0052: Update webpki
10+
- Update crate dependencies
11+
512
## Version 0.6.0
613

714
- Add shell completion support for the CLI

cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wormhole-rs"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
edition = "2021"
55

66
[dependencies]
@@ -13,7 +13,7 @@ futures = "0.3.12"
1313
async-std = { version = "1.12.0", features = ["attributes", "unstable"] }
1414

1515
# CLI specific dependencies
16-
magic-wormhole = { path = "..", features = ["all"] }
16+
magic-wormhole = { path = "..", features = ["all"], version = "0.6.1" }
1717
clap = { version = "3.1.5", features = ["cargo", "derive", "wrap_help"] }
1818
clap_complete = "3.1.4"
1919
env_logger = "0.10.0"

0 commit comments

Comments
 (0)