Skip to content

Commit

Permalink
Update clap-sys pin
Browse files Browse the repository at this point in the history
This was rebased yesterday.
  • Loading branch information
robbert-vdh committed Mar 15, 2023
1 parent 87dbbfd commit a9a7b64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 @@ -15,7 +15,7 @@ chrono = { version = "0.4.23", features = ["serde"] }
# All the claps!
clap = { version = "4.1.8", features = ["derive", "wrap_help"] }
# For CLAP 1.1.8 support
clap-sys = { git = "https://github.com/robbert-vdh/clap-sys.git", rev = "e222236ccdc10fab31475dca845efcd271ab0afa" }
clap-sys = { git = "https://github.com/robbert-vdh/clap-sys.git", rev = "04779b57663f6f3f710cb813bde0e499a6515d17" }
colored = "2.0.0"
crossbeam = "0.8.1"
libloading = "0.7.3"
Expand Down

0 comments on commit a9a7b64

Please sign in to comment.