don't set patch version in Cargo.toml

This commit is contained in:
Данила Горнушко 2024-05-31 18:31:23 +03:00
parent ae8691cf84
commit a8eaf73f57

View file

@ -4,13 +4,13 @@ version = "1.0.0"
edition = "2021"
[dependencies]
serialport = {version="4.3.0", default-features=false}
log = "0.4.21"
env_logger = "0.11.3"
serialport = {version="4.3", default-features=false}
log = "0.4"
env_logger = "0.11"
chrono = "0.4"
colored = "2.1.0"
hound = "3.5.1"
clap = { version = "4.5.4", features = ["derive"] }
ctrlc = "3.2.0"
crc = "3.2.1"
textplots = "0.8.6"
colored = "2.1"
hound = "3.5"
clap = { version = "4.5", features = ["derive"] }
ctrlc = "3.4"
crc = "3.2"
textplots = "0.8"