mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
Merge pull request #117 from ferrous-systems/bump_crates
bump tooling versions
This commit is contained in:
commit
6f7f0dfd8c
2 changed files with 8 additions and 8 deletions
|
@ -133,20 +133,20 @@ $ cargo install cargo-binutils
|
||||||
|
|
||||||
### Cargo subcommands
|
### Cargo subcommands
|
||||||
|
|
||||||
Install version v0.8.0 of the [`cargo-flash`](https://crates.io/crates/cargo-flash) and [`cargo-embed`](https://crates.io/crates/cargo-embed) subcommands, as well as the [`cargo-binutils`](https://crates.io/crates/cargo-binutils) set of subcommands and the [`cargo-bloat`](https://crates.io/crates/cargo-bloat) subcommand using the following Cargo commands:
|
Install version v0.10.2 of the [`cargo-flash`](https://crates.io/crates/cargo-flash) and [`cargo-embed`](https://crates.io/crates/cargo-embed) subcommands, as well as the [`cargo-binutils`](https://crates.io/crates/cargo-binutils) set of subcommands and the [`cargo-bloat`](https://crates.io/crates/cargo-bloat) subcommand using the following Cargo commands:
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ cargo install cargo-flash --version 0.8.0 -f
|
$ cargo install cargo-flash --version 0.10.2 -f
|
||||||
(..)
|
(..)
|
||||||
Installed package `cargo-flash v0.8.0` (..)
|
Installed package `cargo-flash v0.8.0` (..)
|
||||||
|
|
||||||
$ cargo install cargo-embed --version 0.8.0 -f
|
$ cargo install cargo-embed --version 0.10.1 -f
|
||||||
(..)
|
(..)
|
||||||
Installed package `cargo-embed v0.8.0` (..)
|
Installed package `cargo-embed v0.10.1` (..)
|
||||||
|
|
||||||
$ cargo install cargo-binutils
|
$ cargo install cargo-binutils
|
||||||
(..)
|
(..)
|
||||||
Installed package `cargo-binutils v0.3.0` (..)
|
Installed package `cargo-binutils v0.3.3` (..)
|
||||||
|
|
||||||
$ cargo install cargo-bloat
|
$ cargo install cargo-bloat
|
||||||
(..)
|
(..)
|
||||||
|
|
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
``` console
|
``` console
|
||||||
$ cargo flash --version
|
$ cargo flash --version
|
||||||
0.8.0
|
0.10.2
|
||||||
|
|
||||||
$ cargo embed --version
|
$ cargo embed --version
|
||||||
0.8.0
|
0.10.1
|
||||||
|
|
||||||
$ cargo size --version
|
$ cargo size --version
|
||||||
cargo-size 0.3.0
|
cargo-size 0.3.3
|
||||||
|
|
||||||
$ nrfutil version
|
$ nrfutil version
|
||||||
nrfutil version 6.1.0
|
nrfutil version 6.1.0
|
||||||
|
|
Loading…
Reference in a new issue