fixes for cargo publish
This commit is contained in:
parent
1bf5e61358
commit
696d8be759
@ -56,7 +56,7 @@ serde = { version = "1.0", default-features = false, features = ["alloc"] } # se
|
|||||||
erased-serde = "0.3.12"
|
erased-serde = "0.3.12"
|
||||||
postcard = { version = "0.5.1", features = ["alloc"] } # no_std compatible serde serialization fromat
|
postcard = { version = "0.5.1", features = ["alloc"] } # no_std compatible serde serialization fromat
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
ctor = "*"
|
ctor = "0.1.20"
|
||||||
libafl_derive = { version = "0.1.0", optional = true, path = "../libafl_derive" }
|
libafl_derive = { version = "0.1.0", optional = true, path = "../libafl_derive" }
|
||||||
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] } # an easy way to debug print SerdeAnyMap
|
serde_json = { version = "1.0", optional = true, default-features = false, features = ["alloc"] } # an easy way to debug print SerdeAnyMap
|
||||||
compression = { version = "0.1.5" }
|
compression = { version = "0.1.5" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user