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

Upgrade rust-toolchain to nightly-1.80 #245

Merged
merged 3 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,681 changes: 974 additions & 707 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ exclude = [
"experimental/mrpc",
]

resolver = "2"

[workspace.dependencies]
phoenix-api = { path = "src/phoenix-api" }
mmap = { path = "src/mmap" }
Expand Down Expand Up @@ -114,7 +116,7 @@ libnuma-sys = "0.0.4"
serde_json = "1.0.81"
prettytable-rs = "0.9"

bindgen = "0.59.1"
bindgen = "0.69.4"
cc = "1.0.70"

[profile.release]
Expand Down
1 change: 0 additions & 1 deletion examples/bench/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#![feature(allocator_api)]
#![feature(nonnull_slice_from_raw_parts)]

#[macro_use]
pub mod util;
Expand Down
Loading
Loading