Skip to content

Commit

Permalink
fix flatten account config sample
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Feb 21, 2024
1 parent 1232249 commit faeda95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion config.sample.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The account name.
[example]
[accounts.example]

# The current account will be used by default for all other commands.
default = true
Expand Down

0 comments on commit faeda95

Please sign in to comment.