rust-lang / git2-rs

libgit2 bindings for Rust
https://docs.rs/git2
Apache License 2.0
1.64k stars 380 forks source link

examples: replace structopt with clap #1007

Closed tamird closed 3 months ago

tamird commented 6 months ago

See https://github.com/TeXitoi/structopt/issues/525.

Currently git2 is the most downloaded dependent of structopt: https://crates.io/crates/structopt/reverse_dependencies.

tamird commented 6 months ago

@ehuss this is green now that you merged #1008. Could you take a look please?

tamird commented 5 months ago

@ehuss friendly ping!

tamird commented 4 months ago

@ehuss ping.

tamird commented 3 months ago

@epage can you merge it?

tamird commented 3 months ago

Thanks! Would it be possible to cut a patch release?

ehuss commented 3 months ago

Can you say more about what you are looking for in a new release? I don't expect people are using the examples directly, and it shouldn't have any impact on the git2-rs library.

tamird commented 3 months ago

Ah, it's a dev dependency. My mistake. The only thing a release would do is remove git2-rs from the rankings.