Skip to content

Conversation

@briansmith
Copy link

Before ring 0.9.3, it was possible to link multiple versions of ring into a program, e.g. if one version depended on ring 0.6 and another depended on ring 0.9. Unfortunately, this doesn't work, because the linker doesn't know to how to link ring's C/asm code correctly in that kind of situation. ring 0.9.3 added a flag to its Cargo.toml to tell the Rust toolchain to stop allowing multiple versions of ring to be linked into the same program, to prevent any problems this may cause.

ring 0.9.4 was released with an update to make some crates easier to update to 0.9.x.

version = "0.0.1"
version = "0.0.2"
authors = ["zensh <[email protected]>"]
description = "A key-vaule and message queue server written in RUST using RocksDB as a backend."
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

vaule ? xD

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.

1 participant