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

Commit 0d7db91

Browse files
committed
add support for all ITM packet types and replace Decoder with Stream 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`
1 parent 413b5e8 commit 0d7db91

File tree

11 files changed

+1511
-1124
lines changed

11 files changed

+1511
-1124
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.rs.bk
22
.#*
3+
Cargo.lock
34
target

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ matrix:
44
include:
55
- env: TARGET=x86_64-unknown-linux-gnu
66
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
7+
# MSRV
8+
rust: 1.31.0
79

810
before_install:
911
- set -e

0 commit comments

Comments
 (0)