Skip to content

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

@newpavlov
Copy link
Member

The std feature was removed, so this PR is no longer needed.

@newpavlov newpavlov closed this Jun 4, 2025
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.

3 participants