1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-18 18:18:21 +00:00

Update rust version and use minimal profile for CI

This commit is contained in:
Daniel García 2019-10-15 21:21:37 +02:00
commit 83fd44eeef
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
5 changed files with 79 additions and 78 deletions

View file

@ -32,7 +32,7 @@ reqwest = "0.9.22"
multipart = { version = "0.16.1", features = ["server"], default-features = false }
# WebSockets library
ws = "0.9.0"
ws = "0.9.1"
# MessagePack library
rmpv = "0.4.2"