Skip to content

Commit

Permalink
chore(main/mdbook-presentation-preprocessor): Use latest rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
termux-pacman-bot committed Jun 1, 2024
1 parent dc9f4e8 commit 4226d84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/mdbook-presentation-preprocessor/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ TERMUX_PKG_DESCRIPTION="A preprocessor for utilizing an MDBook as slides for a p
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.3.1"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/FreeMasen/mdbook-presentation-preprocessor/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=477eb3104bfe216ebd2067bad97cc3e5a2116ae37bd3819cf523771d315733c6
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true

# https://github.com/termux/termux-packages/issues/16755
TERMUX_RUST_VERSION=1.68.2

termux_step_make() {
termux_setup_rust
cargo build --jobs $TERMUX_MAKE_PROCESSES --target $CARGO_TARGET_NAME --release
Expand Down

0 comments on commit 4226d84

Please sign in to comment.