mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-21 19:11:04 +00:00
Update Rust version
This commit is contained in:
parent
ae3344f318
commit
20c17be124
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ RUN apt update &&\
|
|||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
#install and configure rust
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-01-15 -y &&\
|
||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly-2021-11-27 -y &&\
|
||||
rustup component add rustfmt clippy &&\
|
||||
rustup component add rust-std --target wasm32-unknown-unknown
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
- Upgrade some dependent crates (#858)
|
||||
- Use tracing crate (#868)
|
||||
- Update Rust version to nightly-2021-01-15 (#878)
|
||||
- Update Rust version to nightly-2021-11-27 (#961)
|
||||
- Upgrade Tantivy to 0.13.3 and lindera-tantivy to 0.7.1 (#878)
|
||||
- Run searcher on actor system (#870)
|
||||
- Use article title as its slug instead of capitalizing and inserting hyphens (#920)
|
||||
|
|
|
@ -25,7 +25,7 @@ parts:
|
|||
plume:
|
||||
plugin: rust
|
||||
source: .
|
||||
rust-revision: nightly-2021-03-25
|
||||
rust-revision: nightly-2021-11-27
|
||||
build-packages:
|
||||
- libssl-dev
|
||||
- pkg-config
|
||||
|
|
Loading…
Reference in a new issue