Skip to content

Chacha20poly1305 versions after and including 0.11.0-pre.1 require alloc on no_std. #643

Description

@ionspin

chacha20poly1305 = { version = "0.11.0-pre.1", default-features = false, features = [] }

Build result:

error: no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait

chacha20poly1305 = { version = "0.10.1", default-features = false, features = [] } builds successfuly.

I might be missing something obvious, it's late here :)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions