Skip to content

1.5.0 broken with default-features=false #11

@Mr-Leshiy

Description

@Mr-Leshiy

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions