diff options
author | Daniel García <[email protected]> | 2020-07-14 23:44:01 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2020-07-15 00:00:03 +0200 |
commit | 1e950c7dbc8bfaca0df4fd2d97d12e8b7d1fbc55 (patch) | |
tree | 1c22f7311005cfe2de3d0f89fb26f13eb445ff0b /rust-toolchain | |
parent | f14e19a3d82c0171a85b5909e97f733a4615597c (diff) | |
download | vaultwarden-1e950c7dbc8bfaca0df4fd2d97d12e8b7d1fbc55.tar.gz vaultwarden-1e950c7dbc8bfaca0df4fd2d97d12e8b7d1fbc55.zip |
Replace IP support in preparation for compiling on stable, included some tests to check that the code matches the unstable implementation
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 8ce9a45d..61e88e64 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly-2020-07-03
\ No newline at end of file +nightly-2020-07-11
\ No newline at end of file |