baoyachi / shadow-rs

A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
https://docs.rs/shadow-rs
MIT License
450 stars 41 forks source link

fix: Replace clap_version with clap_long_version #76

Closed epage closed 2 years ago

epage commented 2 years ago

To maintain compatibility, clap_version still exists, its just deprecated.

Fixes #70

baoyachi commented 2 years ago

Thank you for your pr. 👍 @epage