PresidentialParadise / Sunny-Flowers

A music bot build in Serenity/Rust.
European Union Public License 1.2
14 stars 5 forks source link

Bake version number into the binary #37

Closed NULLx76 closed 3 years ago

NULLx76 commented 3 years ago

So that it would be able to be queried using a hypothetical info command or shown in the help section.

This should probably use the git tag if present else revision + last tag

Druue commented 3 years ago

Seems like rust does it by default https://doc.rust-lang.org/cargo/reference/environment-variables.html