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

Update *ring* to 0.9.4. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update *ring* to 0.9.4. #1

wants to merge 2 commits into from

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.

@@ -1,6 +1,6 @@
[package]
name = "rocksd"
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