diff options
author | Daniel García <[email protected]> | 2019-01-16 22:14:17 +0100 |
---|---|---|
committer | Daniel García <[email protected]> | 2019-01-16 22:14:17 +0100 |
commit | e0aec8d373447b17c5db60b146cd9400ffcd6097 (patch) | |
tree | c530ef8805208c6ebd5d93e25d1f3a730b55786a /rust-toolchain | |
parent | 1ce2587330090d79c7d29d66ea6786b866e9e6d0 (diff) | |
download | vaultwarden-e0aec8d373447b17c5db60b146cd9400ffcd6097.tar.gz vaultwarden-e0aec8d373447b17c5db60b146cd9400ffcd6097.zip |
Use new i64::to_be_bytes and remove byteorder dep
(https://doc.rust-lang.org/stable/std/primitive.i64.html#method.to_be_bytes)
Diffstat (limited to 'rust-toolchain')
-rw-r--r-- | rust-toolchain | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain b/rust-toolchain index e86c3db0..e145a1dd 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2019-01-08 +nightly-2019-01-16 |