Skip to content

Commit a290960

Browse files
committed
Bump to 0.2.0
1 parent 00c4027 commit a290960

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "libipt"
3-
version = "0.2.0-rc.2"
3+
version = "0.2.0"
44
authors = ["sum_catnip <catnip@catnip.fyi>", "Marcondiro"]
55
edition = "2021"
66
license = "MIT"
77
description = "The Intel Processor Trace (Intel PT) Decoder Library is Intel's reference implementation for decoding Intel PT."
88
repository = "https://github.com/sum-catnip/libipt-rs"
99

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

0 commit comments

Comments
 (0)