Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Nov 22, 2024
1 parent 00c4027 commit a290960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "libipt"
version = "0.2.0-rc.2"
version = "0.2.0"
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"

[dependencies]
libipt-sys = { git = "https://github.com/sum-catnip/libipt-sys" }
libipt-sys = "0.2.0"
bitflags = "2.4.1"
num_enum = "0.7.1"

0 comments on commit a290960

Please sign in to comment.