chore: bump MSRV to 1.95 for nightly Rust
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3e30e54bbdf9f382c31b29bbcaeb44be6a6a6964
This commit is contained in:
parent
c310ca5635
commit
b9780dea1c
4 changed files with 25 additions and 20 deletions
|
|
@ -14,8 +14,8 @@ clap.workspace = true
|
|||
config.workspace = true
|
||||
git2.workspace = true
|
||||
hex.workspace = true
|
||||
libc.workspace = true
|
||||
lettre.workspace = true
|
||||
libc.workspace = true
|
||||
regex.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
|
|
|
|||
|
|
@ -19,11 +19,13 @@ dashmap.workspace = true
|
|||
futures.workspace = true
|
||||
hex.workspace = true
|
||||
hmac.workspace = true
|
||||
oauth2.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
sha2.workspace = true
|
||||
subtle.workspace = true
|
||||
sqlx.workspace = true
|
||||
subtle.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tokio-util.workspace = true
|
||||
|
|
@ -32,8 +34,6 @@ tower-http.workspace = true
|
|||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
uuid.workspace = true
|
||||
oauth2.workspace = true
|
||||
reqwest.workspace = true
|
||||
|
||||
# Our crates
|
||||
fc-common.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue