Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
add support for all ITM packet types and replace Decoder with Stream …
Browse files Browse the repository at this point in the history
…parser

as this is a breaking change and requires a minor version bump, this commit
also:

- sets MSRV to 1.31.0
- changes the crate edition to 2018
- removes `itmdump`
  • Loading branch information
japaric committed Jan 20, 2019
1 parent 413b5e8 commit 0d7db91
Show file tree
Hide file tree
Showing 11 changed files with 1,511 additions and 1,124 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.rs.bk
.#*
Cargo.lock
target
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ matrix:
include:
- env: TARGET=x86_64-unknown-linux-gnu
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
# MSRV
rust: 1.31.0

before_install:
- set -e
Expand Down

0 comments on commit 0d7db91

Please sign in to comment.