Fix client not disconnecting on account changes

This commit is contained in:
Joscha 2022-08-22 18:21:48 +02:00
parent 59a4294e35
commit 7ca6ed5496
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -290,7 +290,7 @@ checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
[[package]] [[package]]
name = "euphoxide" name = "euphoxide"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/Garmelon/euphoxide.git?rev=516bb8232381a7f5751cc4e0c74477b535fe46df#516bb8232381a7f5751cc4e0c74477b535fe46df" source = "git+https://github.com/Garmelon/euphoxide.git?rev=01a442c1f0695bd11b8f54db406b3a3a03d61983#01a442c1f0695bd11b8f54db406b3a3a03d61983"
dependencies = [ dependencies = [
"futures", "futures",
"serde", "serde",

View file

@ -30,7 +30,7 @@ features = ["rustls-tls-native-roots"]
[dependencies.euphoxide] [dependencies.euphoxide]
git = "https://github.com/Garmelon/euphoxide.git" git = "https://github.com/Garmelon/euphoxide.git"
rev = "516bb8232381a7f5751cc4e0c74477b535fe46df" rev = "01a442c1f0695bd11b8f54db406b3a3a03d61983"
# [patch."https://github.com/Garmelon/euphoxide.git"] # [patch."https://github.com/Garmelon/euphoxide.git"]
# euphoxide = { path = "../euphoxide/" } # euphoxide = { path = "../euphoxide/" }