fix flatten account config sample

This commit is contained in:
Clément DOUIN 2024-02-21 22:54:59 +01:00
parent 123224963d
commit faeda95978
No known key found for this signature in database
GPG key ID: 353E4A18EE0FAB72
3 changed files with 7 additions and 6 deletions

5
Cargo.lock generated
View file

@ -1216,8 +1216,9 @@ dependencies = [
[[package]]
name = "email-lib"
version = "0.21.0"
source = "git+https://git.sr.ht/~soywod/pimalaya#a38466919a71133704375ff6cd10d3a010232cf5"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e3535a72128056ee823c40edcf682d3d79c88fe6d86def04f5ae36ce229075"
dependencies = [
"advisory-lock",
"anyhow",

View file

@ -61,7 +61,7 @@ clap_mangen = "0.2"
console = "0.15.2"
dialoguer = "0.10.2"
dirs = "4.0"
email-lib = { version = "=0.21.0", default-features = false }
email-lib = { version = "=0.22.0", default-features = false }
email_address = "0.2.4"
env_logger = "0.8"
erased-serde = "0.3"
@ -98,5 +98,5 @@ features = ["bundled"]
[target.'cfg(not(windows))'.dependencies.coredump]
version = "0.1"
[patch.crates-io]
email-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }
# [patch.crates-io]
# email-lib = { git = "https://git.sr.ht/~soywod/pimalaya" }

View file

@ -1,5 +1,5 @@
# The account name.
[example]
[accounts.example]
# The current account will be used by default for all other commands.
default = true