this post was submitted on 13 Mar 2025
9 points (100.0% liked)

Rust

6697 readers
102 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

[email protected]

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 2 years ago
MODERATORS
 

Is there any way I can automatically bundle the compiled binary with the current version number as a git tag to github when I do cargo publish like stuff? Like qol thing?

you are viewing a single comment's thread
view the rest of the comments
[–] hunger 2 points 2 weeks ago

I use cargo-dist to generate the binaries.