cjdelisle / packetcrypt_rs

PacketCrypt in Rust
54 stars 45 forks source link

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

Closed eiTi3Aishieg closed 3 years ago

eiTi3Aishieg commented 3 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.