Skip to content

Commit

Permalink
Apply code review suggestions, update rustyline version, apply clippy…
Browse files Browse the repository at this point in the history
… lints
  • Loading branch information
PokeJofeJr4th committed Jul 4, 2024
1 parent 5bb69b5 commit bf13a1e
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 129 deletions.
187 changes: 79 additions & 108 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ edition = "2021"
[dependencies]
clap = { version = "4.3.8", features = ["derive"] }
lazy-regex = "2.5.0"
rustyline = "=5.0.2"
rustyline = "14.0.0"
dialoguer = "0.11.0"

[profile.dev]
[profile.release]
opt-level = "z"
strip = true # Automatically strip symbols from the binary.
lto = true
Loading

0 comments on commit bf13a1e

Please sign in to comment.