Skip to content

Commit

Permalink
Merge pull request #6 from SaturnHafen/clients
Browse files Browse the repository at this point in the history
Clients
  • Loading branch information
SaturnHafen authored Mar 15, 2022
2 parents 6fb8d8e + 23116d4 commit e865751
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ev3-tunnel-entry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ev3-tunnel-entry"
version = "0.3.1"
edition = "2022"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion ev3-tunnel-exit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ev3-tunnel-exit"
version = "0.3.1"
edition = "2022"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion ev3-tunnel-exit/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ fn main() {

// Join every ev3-controlling-thread to keep the main-thread alive
for handle in handles {
handle.join().expect("[!] The thread we joined panicked!");
let _ = handle.join();
}
}

0 comments on commit e865751

Please sign in to comment.