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

@ -9,6 +9,9 @@ members = [
]
resolver = "2"
[workspace.package]
version = "0.0.1"
[workspace.dependencies]
log = "0.4.20"
libc = "0.2"