mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-12-13 14:12:31 +00:00
Update Rust crate structopt to 0.3.26
This commit is contained in:
parent
20ce4c6202
commit
136978a2b3
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ riff_info_list = []
|
|||
criterion = { version = "0.3.5", features = ["html_reports"] }
|
||||
tempfile = "3.3.0"
|
||||
# tag_writer example
|
||||
structopt = { version = "0.3.25", default-features = false }
|
||||
structopt = { version = "0.3.26", default-features = false }
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
|
Loading…
Reference in a new issue