-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
When tries to compile the latest 1.5.0 version with default-features=false it fails with
./src/implementations/pointers.rs:7:31
. |
. 7 | impl_new_from_pseudo_default!(Box<T>, T);
. | ^^^ not found in this scope
. |
. help: consider importing this struct
. |
. 1 + use alloc::boxed::Box;
. |
Also could you pls remove the 1.5.0 version or make a 2.0.0 for crates.io because its become not a SemVer compatible and leads to broken build.
orxfun/orx-concurrent-vec#42
Metadata
Metadata
Assignees
Labels
No labels