Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: build aes-gcm with std feature #650

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tisonkun
Copy link

@tisonkun tisonkun commented Dec 28, 2024

As per -

Build failed with aes-gcm = { version = "0.11.0-pre.2", features = ["std"] }:

error: failed to select a version for `inout`.
    ... required by package `cipher v0.5.0-pre.7`
    ... which satisfies dependency `cipher = "=0.5.0-pre.7"` (locked to 0.5.0-pre.7) of package `aes-gcm v0.11.0-pre.2`
    ... which satisfies dependency `aes-gcm = "^0.11.0-pre.2"` (locked to 0.11.0-pre.2) of package `meta v0.1.0-alpha.6 (/Users/tison/ScopeDBWorkspace/scopedb/crates/meta)`
    ... which satisfies path dependency `meta` (locked to 0.1.0-alpha.6) of package `scopedb v0.1.0-alpha.6 (/Users/tison/ScopeDBWorkspace/scopedb/cmd/scopedb)`
versions that meet the requirements `^0.2.0-rc.0` (locked to 0.2.0-rc.3) are: 0.2.0-rc.3

the package `cipher` depends on `inout`, with features: `std` but `inout` does not have these features.


failed to select a version for `inout` which could resolve this conflict

@tisonkun
Copy link
Author

I suppose we need then release a new cipher version and a aes-gcm version to fix build.

@tisonkun
Copy link
Author

cc @tarcieri

@tarcieri
Copy link
Member

tarcieri commented Jan 3, 2025

I suppose we need then release a new cipher version

It would be best to do this first, then bump it in this repo, then correct every crate that needs updated at the same time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants