Skip to content

Commit

Permalink
Bump version v9.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Jun 7, 2024
1 parent a4900d3 commit 485a31c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wstunnel"
version = "9.6.1"
version = "9.6.2"
edition = "2021"
repository = "https://github.com/erebe/wstunnel.git"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
3 changes: 2 additions & 1 deletion src/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,8 @@ mod tests {
let _mitm_proxy: ContainerAsync<MitmProxy> = RunnableImage::from(MitmProxy {})
.with_network("host".to_string())
.start()
.await;
.await
.unwrap();

let mut client = connect_with_http_proxy(
&"http://localhost:8080".parse().unwrap(),
Expand Down

0 comments on commit 485a31c

Please sign in to comment.