diff --git a/Cargo.lock b/Cargo.lock index 73bc728..1bd695b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "dosh" -version = "1.0.0-rc46" +version = "1.0.0-rc47" dependencies = [ "anyhow", "base64", diff --git a/Cargo.toml b/Cargo.toml index e637562..295d2c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dosh" -version = "1.0.0-rc46" +version = "1.0.0-rc47" edition = "2024" license = "MIT" diff --git a/tests/client_terminal_runtime.rs b/tests/client_terminal_runtime.rs index ece1879..c47d81c 100644 --- a/tests/client_terminal_runtime.rs +++ b/tests/client_terminal_runtime.rs @@ -374,12 +374,7 @@ fn renderer_overflow_resyncs_without_dropping_the_session() { assert!(status.success(), "Dosh client exited with {status:?}"); } -fn write_client_fixture( - home: &Path, - cache: &Path, - port: u16, - reconnect_timeout_secs: u64, -) { +fn write_client_fixture(home: &Path, cache: &Path, port: u16, reconnect_timeout_secs: u64) { let config = ClientConfig { server: "local".to_string(), dosh_host: Some("127.0.0.1".to_string()),