Upgrade to the high-level ittapi v0.3.0 crate (#4003)

* Upgrade to the high-level ittapi v0.3.0 crate

* Add exclusion for windows mingw
This commit is contained in:
Benjamin Bouvier
2022-07-18 17:13:09 +02:00
committed by GitHub
parent 3032e3fcfb
commit f0337c9c76
4 changed files with 47 additions and 72 deletions

View File

@@ -22,7 +22,7 @@ gimli = { version = "0.26.0", default-features = false, features = ["std", "read
object = { version = "0.29.0", default-features = false, features = ["std", "read_core", "elf"] }
serde = { version = "1.0.94", features = ["derive"] }
addr2line = { version = "0.17.0", default-features = false }
ittapi-rs = { version = "0.2.0", optional = true }
ittapi = { version = "0.3.0", optional = true }
bincode = "1.2.1"
rustc-demangle = "0.1.16"
cpp_demangle = "0.3.2"
@@ -39,7 +39,7 @@ rustix = { version = "0.35.6", features = ["process"] }
[features]
jitdump = ['wasmtime-jit-debug']
vtune = ['ittapi-rs']
vtune = ['ittapi']
[badges]
maintenance = { status = "actively-developed" }