Release v1.0.0-rc47
This commit is contained in:
Generated
+1
-1
@@ -436,7 +436,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dosh"
|
name = "dosh"
|
||||||
version = "1.0.0-rc46"
|
version = "1.0.0-rc47"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "dosh"
|
name = "dosh"
|
||||||
version = "1.0.0-rc46"
|
version = "1.0.0-rc47"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
|
|||||||
@@ -374,12 +374,7 @@ fn renderer_overflow_resyncs_without_dropping_the_session() {
|
|||||||
assert!(status.success(), "Dosh client exited with {status:?}");
|
assert!(status.success(), "Dosh client exited with {status:?}");
|
||||||
}
|
}
|
||||||
|
|
||||||
fn write_client_fixture(
|
fn write_client_fixture(home: &Path, cache: &Path, port: u16, reconnect_timeout_secs: u64) {
|
||||||
home: &Path,
|
|
||||||
cache: &Path,
|
|
||||||
port: u16,
|
|
||||||
reconnect_timeout_secs: u64,
|
|
||||||
) {
|
|
||||||
let config = ClientConfig {
|
let config = ClientConfig {
|
||||||
server: "local".to_string(),
|
server: "local".to_string(),
|
||||||
dosh_host: Some("127.0.0.1".to_string()),
|
dosh_host: Some("127.0.0.1".to_string()),
|
||||||
|
|||||||
Reference in New Issue
Block a user