This repository has been archived by the owner on Jan 14, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
207: Prepare for 0.12.0 r=adamgreig a=Yatekii Co-authored-by: Noah Hüsser <[email protected]>
- Loading branch information
Showing
4 changed files
with
93 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cargo-flash" | ||
version = "0.11.0" | ||
version = "0.12.0" | ||
authors = ["Noah Hüsser <[email protected]>", "Dominik Boehi <[email protected]>"] | ||
edition = "2018" | ||
description = "A utility to flash ARM cores with ELFs directly from within cargo." | ||
|
@@ -22,8 +22,8 @@ structopt = "0.3.25" | |
env_logger = "0.9.0" | ||
lazy_static = "1.4.0" | ||
colored = "2.0.0" | ||
probe-rs = { version = "0.11.0", git = "https://github.com/probe-rs/probe-rs" } | ||
probe-rs-cli-util = { version = "0.11.0", git = "https://github.com/probe-rs/probe-rs", default-features = false, features=["anyhow"] } | ||
probe-rs = { version = "0.12.0", git = "https://github.com/probe-rs/probe-rs" } | ||
probe-rs-cli-util = { version = "0.12.0", git = "https://github.com/probe-rs/probe-rs", default-features = false, features=["anyhow"] } | ||
git-version = "0.3.5" | ||
anyhow = "1.0.48" | ||
bytesize = "1.1.0" | ||
|
Oops, something went wrong.