Release v1.0.0-rc47
This commit is contained in:
Generated
+1
-1
@@ -436,7 +436,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dosh"
|
||||
version = "1.0.0-rc46"
|
||||
version = "1.0.0-rc47"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"base64",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "dosh"
|
||||
version = "1.0.0-rc46"
|
||||
version = "1.0.0-rc47"
|
||||
edition = "2024"
|
||||
license = "MIT"
|
||||
|
||||
|
||||
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user