We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c4027 commit a290960Copy full SHA for a290960
Cargo.toml
@@ -1,13 +1,13 @@
1
[package]
2
name = "libipt"
3
-version = "0.2.0-rc.2"
+version = "0.2.0"
4
authors = ["sum_catnip <catnip@catnip.fyi>", "Marcondiro"]
5
edition = "2021"
6
license = "MIT"
7
description = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference implementation for decoding Intel PT."
8
repository = "https://github.com/sum-catnip/libipt-rs"
9
10
[dependencies]
11
-libipt-sys = { git = "https://github.com/sum-catnip/libipt-sys" }
+libipt-sys = "0.2.0"
12
bitflags = "2.4.1"
13
num_enum = "0.7.1"
0 commit comments