-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add libipt_master feature, bump to 0.2.1-beta.1 (#8)
* libipt_master feature * clippy, bump to 0.2.1-beta.1
- Loading branch information
1 parent
1388e2c
commit b312bc7
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
[package] | ||
name = "libipt" | ||
version = "0.2.0" | ||
version = "0.2.1-beta.1" | ||
authors = ["sum_catnip <[email protected]>", "Marcondiro"] | ||
edition = "2021" | ||
license = "MIT" | ||
description = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference implementation for decoding Intel PT." | ||
repository = "https://github.com/sum-catnip/libipt-rs" | ||
|
||
[features] | ||
libipt_master = ["libipt-sys/libipt_master"] | ||
|
||
[dependencies] | ||
libipt-sys = "0.2.0" | ||
libipt-sys = "0.2.1-beta.1" | ||
bitflags = "2.4.1" | ||
num_enum = "0.7.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters