We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The code does not compile anymore with recent versions of Rust:
$ cargo --version cargo 0.24.0 (45043115c 2017-12-05) $ rustc --version rustc 1.23.0 (766bd11c8 2018-01-01) sgx-membench/sgx-membench/$ cargo build Updating registry `https://github.com/rust-lang/crates.io-index` error: no matching package named `ioctl` found (required by `sgxs`) location searched: registry `https://github.com/rust-lang/crates.io-index` version required: ^0.3
The ioctl package has been yanked on crates.io.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The code does not compile anymore with recent versions of Rust:
The ioctl package has been yanked on crates.io.
The text was updated successfully, but these errors were encountered: