Skip to content

Commit 056574c

Browse files
committed
Update deps to dap-rs, bump version
1 parent 13104ba commit 056574c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Emil Fresk <[email protected]>"]
33
edition = "2021"
44
name = "rusty-probe"
5-
version = "0.2.0"
5+
version = "0.3.0"
66

77
[dependencies]
88
bitflags = "1.3.2"
@@ -19,7 +19,7 @@ embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = ["un
1919
panic-probe = { version = "0.3.0", features = ["print-defmt"] }
2020
replace_with = { version = "0.1.7", default-features = false, features = ["panic_abort"] }
2121
usbd-serial = "0.2.0"
22-
dap-rs = { git = "https://github.com/Grapple-Systems/dap-rs.git", branch = "add-swd-sequence", features = ["defmt"] }
22+
dap-rs = { version = "0.2.0", features = ["defmt"] }
2323
git-version = "0.3.5"
2424
pio-proc = "0.2.1"
2525
pio = "0.2.1"

0 commit comments

Comments
 (0)