inherit version from workspace Cargo.toml

This commit is contained in:
Alex Zenla
2024-01-29 07:56:56 -08:00
parent 07fa0775cd
commit cc0b2d97b5
7 changed files with 9 additions and 6 deletions

View File

@ -4,7 +4,7 @@
# prevent development from macOS, like the original library.
[package]
name = "loopdev"
version = "0.0.1"
version.workspace = true
license = "MIT"
edition = "2021"