Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Nov 1, 2024
1 parent ba691a4 commit 5b2c235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ clap = {version = "^4.5.18", features = ["cargo", "derive", "env", "wrap_help"],
clap_complete = {version = "^4.5.2", optional = true}
enum_dispatch = {version = "0.3.13", optional = true}
is-terminal = {version = "0.4.3", optional = true}
lifetime = { version = "0.1.0", features = ["macros"] }
lifetime = {version = "0.1.0", features = ["macros"]}
pulldown-cmark = {version = "0.10.2", optional = true}
reqwest = {version = "^0.11", default-features = false, features = ["json"]}
serde = {version = "^1.0", features = ["derive"]}
Expand Down

0 comments on commit 5b2c235

Please sign in to comment.