Diese Website benötigt JavaScript.
Erkunden
Hilfe
Anmelden
mirrored
/
vaultwarden
Beobachten
1
Favorisieren
0
Fork
Du hast bereits einen Fork von vaultwarden erstellt
1
Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert
2024-11-05 02:28:00 +01:00
Code
Issues
Releases
Aktivität
cbdcf8ef9f
vaultwarden
/
rust-toolchain.toml
5 Zeilen
88 B
TOML
Originalformat
Normale Ansicht
Verlauf
Unescapen
Escapen
Update Rust and Crates - Updated Rust to v1.72.0 - Updated all the crates Including a CVE https://github.com/dani-garcia/vaultwarden/security/dependabot/21 - Updated GitHub Workflows - Run `cargo fmt` which has some new fmt's - Moved from `rust-toolchain` to `rust-toolchain.toml`
2023-08-28 16:48:42 +02:00
[
toolchain
]
Fix the version string (#4153) For some reason still not known, the `.git` directory was not copied into the container. I think buildkit (buildx) did this by default before, and stopped this with newer versions. This PR fixes this by also touching `build.rs` besides `src/main.rs`. This PR also updates Rust to v1.74.1 and some crates, including the latest version of Alpine 3.19. Fixes #4150
2023-12-09 23:04:33 +01:00
channel
=
"1.74.1"
Update Rust and Crates - Updated Rust to v1.72.0 - Updated all the crates Including a CVE https://github.com/dani-garcia/vaultwarden/security/dependabot/21 - Updated GitHub Workflows - Run `cargo fmt` which has some new fmt's - Moved from `rust-toolchain` to `rust-toolchain.toml`
2023-08-28 16:48:42 +02:00
components
=
[
"rustfmt"
,
"clippy"
]
profile
=
"minimal"
Permalink kopieren