Skip to content

Commit 9b04c3e

Browse files
committed
Re-enable deprecation warnings on DragonFly
Reverts 0df82de
1 parent d1c6fed commit 9b04c3e

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.cirrus.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,6 @@ task:
271271
# If stuff breaks, change nightly to the date at
272272
# https://gitlab.redox-os.org/redox-os/redox/-/blob/master/rust-toolchain
273273
TOOLCHAIN: nightly-2021-12-04
274-
# Temporarily allow deprecation on DragonflyBSD until an alternative is
275-
# available.
276-
#https://github.com/rust-lang/libc/pull/2522
277-
RUSTFLAGS: -D warnings -A deprecated
278274
setup_script:
279275
- rustup toolchain add $TOOLCHAIN --profile minimal
280276
- rustup component add rust-src --toolchain $TOOLCHAIN

Cargo.lock.msrv

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ targets = [
2626
]
2727

2828
[dependencies]
29-
libc = { version = "0.2.102", features = [ "extra_traits" ] }
29+
libc = { version = "0.2.112", features = [ "extra_traits" ] }
3030
bitflags = "1.1"
3131
cfg-if = "1.0"
3232

0 commit comments

Comments
 (0)