diff --git a/.miri_allowlist b/.miri_allowlist index b71235ecb..826c02804 100644 --- a/.miri_allowlist +++ b/.miri_allowlist @@ -5,4 +5,5 @@ # note that each line should end up with a newline character, # otherwise the ci shell will skip the last line iceoryx2-bb/testing +iceoryx2-bb/memory # this line is put here to ensure each file path contains a newline char, don't remove it \ No newline at end of file diff --git a/iceoryx2-bb/memory/Cargo.toml b/iceoryx2-bb/memory/Cargo.toml index 2309beb73..a23453c92 100644 --- a/iceoryx2-bb/memory/Cargo.toml +++ b/iceoryx2-bb/memory/Cargo.toml @@ -17,6 +17,8 @@ iceoryx2-bb-log = { workspace = true } iceoryx2-bb-posix = { workspace = true } iceoryx2-pal-concurrency-sync = { workspace = true } + + tiny-fn = { workspace = true } lazy_static = { workspace = true }