Skip to content

Commit

Permalink
feat: Pin defmt deps
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 26, 2023
1 parent 5273a4a commit 695e301
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ clap_complete = { version = "4.4.3", optional = true }
comfy-table = { version = "7.0.1", optional = true }
crossterm = { version = "0.25.0", optional = true } # 0.26.x causes issues on Windows
ctrlc = { version = "3.4.0", optional = true }
defmt-decoder = { version = "0.3.9", features = ["unstable"], optional = true }
defmt-parser = { version = "0.3.3", features = ["unstable"], optional = true }
# defmt dependencies are pinned since defmt does not guarantees MSRV even for patch releases
defmt-decoder = { version = "=0.3.9", features = ["unstable"], optional = true }
defmt-parser = { version = "=0.3.3", features = ["unstable"], optional = true }
dialoguer = { version = "0.10.4", optional = true }
directories = { version = "5.0.1", optional = true }
env_logger = { version = "0.10.0", optional = true }
Expand Down

0 comments on commit 695e301

Please sign in to comment.