Skip to content

Commit d6099f6

Browse files
bors[bot]stlankes
andauthored
Merge #414
414: switch to the latest nightly compiler r=stlankes a=stlankes in addition, some typos are removed Co-authored-by: Stefan Lankes <[email protected]>
2 parents 02fe1ee + b0005dd commit d6099f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
55
CARGO_HOME=/usr/local/cargo \
66
PATH=/usr/local/cargo/bin:$PATH \
77
# Manually sync this with rust-toolchain.toml!
8-
RUST_VERSION=nightly-2023-02-14 \
8+
RUST_VERSION=nightly-2023-04-05 \
99
RUST_COMPONENTS="rust-src"
1010

1111
RUN set -eux; \

benches/netbench/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "A Rust program to measure bandwidth or latency over a Rust TCP co
1010

1111
[dependencies]
1212
bytes = "1.1"
13-
clap = {verstion ="4.1", features = ["derive"] }
13+
clap = {version ="4.1", features = ["derive"] }
1414
core_affinity = "0.8"
1515
hdrhist = "0.5"
1616

libhermit-rs

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
# Manually sync this with Dockerfile!
3-
channel = "nightly-2023-03-15"
3+
channel = "nightly-2023-04-05"
44
components = [ "rust-src" ]

0 commit comments

Comments
 (0)