mirror of
https://github.com/chatmail/core.git
synced 2026-05-15 12:56:30 +03:00
try use a different rust version
This commit is contained in:
@@ -138,6 +138,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- *restore-workspace
|
- *restore-workspace
|
||||||
- *restore-cache
|
- *restore-cache
|
||||||
|
- run: rustup install $(cat rust-toolchain)
|
||||||
|
- run: rustup default $(cat rust-toolchain)
|
||||||
- run:
|
- run:
|
||||||
name: build docs, run tests and build wheels
|
name: build docs, run tests and build wheels
|
||||||
command: ci_scripts/run-python.sh
|
command: ci_scripts/run-python.sh
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
nightly-2019-09-12
|
nightly-2019-11-06
|
||||||
|
|||||||
@@ -498,7 +498,7 @@ fn decrypt_if_autocrypt_message(
|
|||||||
public_keyring_for_validate: &Keyring,
|
public_keyring_for_validate: &Keyring,
|
||||||
ret_valid_signatures: &mut HashSet<String>,
|
ret_valid_signatures: &mut HashSet<String>,
|
||||||
ret_gossip_headers: *mut *mut mailimf_fields,
|
ret_gossip_headers: *mut *mut mailimf_fields,
|
||||||
) -> Result<(bool)> {
|
) -> Result<bool> {
|
||||||
/* The returned bool is true if we detected an Autocrypt-encrypted
|
/* The returned bool is true if we detected an Autocrypt-encrypted
|
||||||
message and successfully decrypted it. Decryption then modifies the
|
message and successfully decrypted it. Decryption then modifies the
|
||||||
passed in mime structure in place. The returned bool is false
|
passed in mime structure in place. The returned bool is false
|
||||||
|
|||||||
Reference in New Issue
Block a user