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 64ced19 commit 85a4df8Copy full SHA for 85a4df8
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyperpom"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["lyte <hyperpom@impalabs.fr>"]
5
edition = "2021"
6
description = "AArch64 fuzzing library based on the Apple Silicon hypervisor"
@@ -18,7 +18,4 @@ rhexdump="0.1.1"
18
capstone = "0.11.0"
19
keystone-engine = "0.1.0"
20
regex = "1"
21
-time = { version = "0.3.9", features = ["local-offset", "formatting"] }
22
-
23
-[package.metadata.docs.rs]
24
-targets = ["x86_64-apple-darwin", "aarch64-apple-darwin"]
+time = { version = "0.3.9", features = ["local-offset", "formatting"] }
0 commit comments