Skip to content

Commit

Permalink
no default features for config parser
Browse files Browse the repository at this point in the history
  • Loading branch information
solidiquis committed Jul 1, 2023
1 parent ac82d54 commit 2542e28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 247 deletions.
246 changes: 0 additions & 246 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ansi_term = "0.12.1"
chrono = "0.4.24"
clap = { version = "4.1.1", features = ["derive"] }
clap_complete = "4.1.1"
config = { version = "0.13.3", features = ["toml"] }
config = { version = "0.13.3", default-features = false, features = ["toml"] }
crossterm = "0.26.1"
ctrlc = "3.4.0"
dirs = "5.0"
Expand Down

0 comments on commit 2542e28

Please sign in to comment.