cjdelisle / packetcrypt_rs

PacketCrypt in Rust
53 stars 43 forks source link

fix(main.rs): add fallback version string for out-of-tree builds #30

Closed AmiditeX closed 2 years ago

AmiditeX commented 2 years ago

This commit changes the behavior of the detection mechanism to tag packetcrypt_rs using the latest git tag. If no tag is found/git is broken, the build will still succeed.