mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-22 19:01:32 +00:00
Add comment about upgrading Rust version
This commit is contained in:
parent
dcf1cfca9b
commit
0b2431f3a4
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
# See https://github.com/woodpecker-ci/woodpecker/issues/1677
|
# See https://github.com/woodpecker-ci/woodpecker/issues/1677
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
|
# When updating the rust version here, be sure to update versions in `docker/Dockerfile`
|
||||||
|
# as well. Otherwise release builds can fail if Lemmy or dependencies rely on new Rust
|
||||||
|
# features. In particular the ARM builder image needs to be updated manually in the repo below:
|
||||||
|
# https://github.com/raskyld/lemmy-cross-toolchains
|
||||||
- &rust_image "rust:1.81"
|
- &rust_image "rust:1.81"
|
||||||
- &rust_nightly_image "rustlang/rust:nightly"
|
- &rust_nightly_image "rustlang/rust:nightly"
|
||||||
- &install_pnpm "corepack enable pnpm"
|
- &install_pnpm "corepack enable pnpm"
|
||||||
|
|
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -2549,6 +2549,7 @@ dependencies = [
|
||||||
"lemmy_db_views",
|
"lemmy_db_views",
|
||||||
"lemmy_db_views_actor",
|
"lemmy_db_views_actor",
|
||||||
"lemmy_utils",
|
"lemmy_utils",
|
||||||
|
"regex",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"serde_with",
|
"serde_with",
|
||||||
|
|
Loading…
Reference in a new issue