File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libipt"
3
- version = " 0.2.0 "
3
+ version = " 0.2.1-beta.1 "
4
4
authors = [" sum_catnip <catnip@catnip.fyi>" , " Marcondiro" ]
5
5
edition = " 2021"
6
6
license = " MIT"
7
7
description = " The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference implementation for decoding Intel PT."
8
8
repository = " https://github.com/sum-catnip/libipt-rs"
9
9
10
+ [features ]
11
+ libipt_master = [" libipt-sys/libipt_master" ]
12
+
10
13
[dependencies ]
11
- libipt-sys = " 0.2.0 "
14
+ libipt-sys = " 0.2.1-beta.1 "
12
15
bitflags = " 2.4.1"
13
16
num_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
+
1
4
use crate :: event:: ExecModeType ;
2
5
use crate :: insn:: Class ;
3
6
use libipt_sys:: pt_block;
You can’t perform that action at this time.
0 commit comments