Remove the need for rust nightly
My pidfd implmentation is simple enough, and Option.contains() is not worth requiring nightly.
This commit is contained in:
4
debian/rules
vendored
4
debian/rules
vendored
@ -1,10 +1,6 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
|
||||
RUST_RELEASE_CHANNEL = nightly
|
||||
|
||||
MAKE_ARGS = \
|
||||
RUST_RELEASE_CHANNEL=$(RUST_RELEASE_CHANNEL) \
|
||||
PREFIX=/usr \
|
||||
SYSCONFDIR=/etc \
|
||||
DESTDIR=debian/bscreensaver
|
||||
|
Reference in New Issue
Block a user