Browse Source

build: raise msrv (1.83.0) rust toolchain (1.84.0)

pull/5374/head
Helmut K. C. Tessarek 3 months ago
parent
commit
298cb50d1d
No known key found for this signature in database GPG Key ID: BE0985349D44DD00
  1. 2
      Cargo.toml
  2. 2
      rust-toolchain.toml

2
Cargo.toml

@ -5,7 +5,7 @@ name = "vaultwarden"
version = "1.0.0"
authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
edition = "2021"
rust-version = "1.82.0"
rust-version = "1.83.0"
resolver = "2"
repository = "https://github.com/dani-garcia/vaultwarden"

2
rust-toolchain.toml

@ -1,4 +1,4 @@
[toolchain]
channel = "1.83.0"
channel = "1.84.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"

Loading…
Cancel
Save