File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
/target
2
+ /.idea
2
3
** /* .rs.bk
3
4
Cargo.lock
4
5
.vscode /
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libipt"
3
- version = " 0.2.1"
4
- authors = [" sum_catnip <catnip@catnip.fyi>" ]
3
+ version = " 0.2.0-rc. 1"
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."
@@ -10,6 +10,6 @@ repository = "https://github.com/sum-catnip/libipt-rs"
10
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
11
12
12
[dependencies ]
13
- libipt-sys = { git = " https://github.com/sum-catnip/libipt-sys " }
13
+ libipt-sys = " 0.2.0-rc.1 "
14
14
bitflags = " 2.4.1"
15
15
num_enum = " 0.7.1"
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ mod test {
130
130
for _ in 0 ..10 { assert!( check_callback( & mut cfg, 13 , 17 ) ) }
131
131
}
132
132
133
+ // FIXME
134
+ #[ ignore]
133
135
#[ test]
134
136
#[ should_panic]
135
137
fn test_config_callback_out_of_bounds( ) {
You can’t perform that action at this time.
0 commit comments