This website requires JavaScript.
Explore
Help
Sign In
lasers
/
bitwarden_rs
Watch
1
Star
0
Fork
0
You've already forked bitwarden_rs
mirror of
https://github.com/dani-garcia/bitwarden_rs
synced
2024-11-22 09:55:57 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
2daa8be1f1
bitwarden_rs
/
rust-toolchain.toml
5 lines
88 B
TOML
Raw
Normal View
History
Unescape
Escape
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"
Reference in New Issue
Copy Permalink