Skip to content

Commit 8ee461a

Browse files
authored
Merge pull request #7 from probe-rs/fix/6
Use 0.4 of the flash-algorithm crate which is actually required by this crate
2 parents b3abb94 + ef4fbce commit 8ee461a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version = "0.1.0"
77

88
[dependencies]
99
cortex-m = "0.7.0"
10-
flash-algorithm = { version = "0.3.0" }
10+
flash-algorithm = { version = "0.4.0" }
1111
rtt-target = { version = "0.3", features = ["cortex-m"] }
1212

1313
# this lets you use `cargo fix`!

0 commit comments

Comments
 (0)