1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-11-26 17:38:30 +00:00

Use new i64::to_be_bytes and remove byteorder dep

(https://doc.rust-lang.org/stable/std/primitive.i64.html#method.to_be_bytes)
This commit is contained in:
Daniel García 2019-01-16 22:14:17 +01:00
commit e0aec8d373
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
4 changed files with 38 additions and 50 deletions

View file

@ -1 +1 @@
nightly-2019-01-08
nightly-2019-01-16