File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " libipt"
3- version = " 0.2.0 "
3+ version = " 0.2.1-beta.1 "
44authors = [" sum_catnip <catnip@catnip.fyi>" , " Marcondiro" ]
55edition = " 2021"
66license = " MIT"
77description = " The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference implementation for decoding Intel PT."
88repository = " https://github.com/sum-catnip/libipt-rs"
99
10+ [features ]
11+ libipt_master = [" libipt-sys/libipt_master" ]
12+
1013[dependencies ]
11- libipt-sys = " 0.2.0 "
14+ libipt-sys = " 0.2.1-beta.1 "
1215bitflags = " 2.4.1"
1316num_enum = " 0.7.1"
Original file line number Diff line number Diff line change 1+ // Certain casts are required only on Windows. Inform Clippy to ignore them.
2+ #![ allow( clippy:: unnecessary_cast) ]
3+
14use crate :: event:: ExecModeType ;
25use crate :: insn:: Class ;
36use libipt_sys:: pt_block;
You can’t perform that action at this time.
0 commit comments