Skip to content

Commit

Permalink
Bump version of clap (to get rid of atty dep)
Browse files Browse the repository at this point in the history
  • Loading branch information
yotarok committed Oct 4, 2023
1 parent 995d8fb commit e2dcd1b
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 111 deletions.
191 changes: 81 additions & 110 deletions flacenc-bin/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 flacenc-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ path = "src/main.rs"


[dependencies]
clap = { version = "3.1.8", features = ["derive"] }
clap = { version = "4.4.6", features = ["derive"] }
flacenc = { version = "0.1.1", path = "..", features = ["experimental"] }
hound = "3.5.0"
pprof = { version = "0.12", features = ["flamegraph", "protobuf-codec"], optional = true }
Expand Down

0 comments on commit e2dcd1b

Please sign in to comment.