Skip to content

Commit

Permalink
Merge #414
Browse files Browse the repository at this point in the history
414: switch to the latest nightly compiler r=stlankes a=stlankes

in addition, some typos are removed

Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
  • Loading branch information
bors[bot] and stlankes committed Apr 7, 2023
2 parents 02fe1ee + b0005dd commit d6099f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
CARGO_HOME=/usr/local/cargo \
PATH=/usr/local/cargo/bin:$PATH \
# Manually sync this with rust-toolchain.toml!
RUST_VERSION=nightly-2023-02-14 \
RUST_VERSION=nightly-2023-04-05 \
RUST_COMPONENTS="rust-src"

RUN set -eux; \
Expand Down
2 changes: 1 addition & 1 deletion benches/netbench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "A Rust program to measure bandwidth or latency over a Rust TCP co

[dependencies]
bytes = "1.1"
clap = {verstion ="4.1", features = ["derive"] }
clap = {version ="4.1", features = ["derive"] }
core_affinity = "0.8"
hdrhist = "0.5"

Expand Down
2 changes: 1 addition & 1 deletion libhermit-rs
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
# Manually sync this with Dockerfile!
channel = "nightly-2023-03-15"
channel = "nightly-2023-04-05"
components = [ "rust-src" ]

0 comments on commit d6099f6

Please sign in to comment.