Skip to content

Commit 0ff7015

Browse files
bors[bot]mkroening
andauthored
Merge #406
406: Remove math from hermit-sys r=stlankes a=mkroening Related: * #406 * rust-lang/rust#107970 Co-authored-by: Martin Kröning <[email protected]>
2 parents 032bc9e + 465983a commit 0ff7015

File tree

6 files changed

+3
-602
lines changed

6 files changed

+3
-602
lines changed

Dockerfile

+1-1
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-2022-12-12 \
8+
RUST_VERSION=nightly-2023-02-14 \
99
RUST_COMPONENTS="rust-src"
1010

1111
RUN set -eux; \

hermit-sys/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ trace = []
3838
vga = []
3939

4040
[dependencies]
41-
libm = { version = "0.2", default-features = false }
42-
4341
rftrace = { version = "0.1", optional = true, features = ["autokernel", "buildcore", "interruptsafe"] }
4442

4543
[build-dependencies]

0 commit comments

Comments
 (0)