Skip to content

Commit 85a4df8

Browse files
committed
removing docs.rs darwin targets
1 parent 64ced19 commit 85a4df8

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Cargo.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyperpom"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["lyte <[email protected]>"]
55
edition = "2021"
66
description = "AArch64 fuzzing library based on the Apple Silicon hypervisor"
@@ -18,7 +18,4 @@ rhexdump="0.1.1"
1818
capstone = "0.11.0"
1919
keystone-engine = "0.1.0"
2020
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"]
21+
time = { version = "0.3.9", features = ["local-offset", "formatting"] }

0 commit comments

Comments
 (0)