Update typed_builder to fix no_std (#1360)
This commit is contained in:
parent
2002bbca35
commit
3e0e753e9f
@ -71,7 +71,7 @@ postcard = { version = "1.0", features = ["alloc"] } # no_std compatible serde s
|
||||
bincode = {version = "1.3", optional = true }
|
||||
c2rust-bitfields = { version = "0.17", features = ["no_std"] }
|
||||
num_enum = { version = "0.6", default-features = false }
|
||||
typed-builder = "0.14" # Implement the builder pattern at compiletime
|
||||
typed-builder = "0.15.1" # Implement the builder pattern at compiletime
|
||||
ahash = { version = "0.8", default-features=false } # The hash function already used in hashbrown
|
||||
intervaltree = { version = "0.2.7", default-features = false, features = ["serde"] }
|
||||
backtrace = {version = "0.3", optional = true} # Used to get the stacktrace in StacktraceObserver
|
||||
|
@ -31,7 +31,7 @@ libafl = { path = "../libafl", version = "0.10.1" }
|
||||
libafl_targets = { path = "../libafl_targets", version = "0.10.1" }
|
||||
libafl_qemu = { path = "../libafl_qemu", version = "0.10.1" }
|
||||
|
||||
typed-builder = "0.14" # Implement the builder pattern at compiletime
|
||||
typed-builder = "0.15.1" # Implement the builder pattern at compiletime
|
||||
pyo3 = { version = "0.18.3", optional = true }
|
||||
log = "0.4.17"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user