Skip to content

Commit

Permalink
Load stubs from TOML instead of JSON files (#277)
Browse files Browse the repository at this point in the history
* Remove unused stub files

* Convert the stub files to TOML, eliminate the `serde_json` dependency
  • Loading branch information
jessebraham authored Oct 28, 2022
1 parent fbaca20 commit 1ebca35
Show file tree
Hide file tree
Showing 19 changed files with 113 additions and 140 deletions.
136 changes: 75 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion espflash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ regex = "1.6.0"
rppal = { version = "0.13.1", optional = true }
serde = { version = "1.0.145", features = ["derive"] }
serde-hex = "0.1.0"
serde_json = "1.0.86"
serialport = "4.2.0"
sha2 = "0.10.6"
slip-codec = "0.3.3"
Expand Down
7 changes: 0 additions & 7 deletions espflash/resources/stubs/stub_flasher_32.json

This file was deleted.

Loading

0 comments on commit 1ebca35

Please sign in to comment.