don't set patch version in Cargo.toml
This commit is contained in:
parent
ae8691cf84
commit
a8eaf73f57
1 changed files with 9 additions and 9 deletions
18
Cargo.toml
18
Cargo.toml
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue