Release v1.0.0-rc47

This commit is contained in:
DuProcess
2026-07-17 21:11:29 -04:00
parent 97cf165527
commit 14a910ae4a
3 changed files with 3 additions and 8 deletions
Generated
+1 -1
View File
@@ -436,7 +436,7 @@ dependencies = [
[[package]]
name = "dosh"
version = "1.0.0-rc46"
version = "1.0.0-rc47"
dependencies = [
"anyhow",
"base64",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dosh"
version = "1.0.0-rc46"
version = "1.0.0-rc47"
edition = "2024"
license = "MIT"
+1 -6
View File
@@ -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()),