Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Commit

Permalink
Merge #234
Browse files Browse the repository at this point in the history
234: Update crate version to 0.11.0 r=Yatekii a=Tiwalun



Co-authored-by: Dominik Boehi <[email protected]>
  • Loading branch information
bors[bot] and Tiwalun authored Jun 23, 2021
2 parents f240862 + ee86a57 commit eb84e3e
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 78 deletions.
133 changes: 57 additions & 76 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cargo-embed"
version = "0.10.1"
version = "0.11.0"
authors = ["Noah Hüsser <[email protected]>"]
edition = "2018"
description = "A utility to develop software for embedded ARM and RISC-V cores."
Expand Down Expand Up @@ -33,7 +33,6 @@ serde_json = { version = "1.0.64" }
figment = { version = "0.10", features = ["toml", "json", "yaml", "env"] }
probe-rs-rtt = { version = "0.11.0", git = "https://github.com/probe-rs/probe-rs-rtt" }
chrono = "0.4"
# Version 0.17.8 doesn't compile on Windows
crossterm = "<= 0.20.1"
goblin = "0.4.1"
tui = { version = "0.15.0", default-features = false, features = ["crossterm"] }
Expand Down

0 comments on commit eb84e3e

Please sign in to comment.