0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00
Commit Graph

13 Commits

Author SHA1 Message Date
Jordan Rose
91babf59b2
Update to Rust nightly-2024-08-30
Also includes a cargo update for good measure.
2024-09-17 14:39:07 -07:00
Alex Konradi
b064ec78c5
Upgrade rustc to latest nightly 2024-06-25 11:31:59 -04:00
Jordan Rose
44ff1e74e6 Update to a slightly newer rustc 2024-06-20 12:04:44 -07:00
Alex Konradi
551ed722b0
Update nightly rust to recent version
Fix a bunch of issues revealed by the upgraded clippy

- update UUID library for improved uuid! parser macro
- make #[cfg(test)] block the last thing in a file
- call .to_string() instead of format! without interpolation
- use infallible conversion instead of try_into().expect
- remove redundant "Error" suffix from enum variant names
- remove unused type
2024-01-12 13:58:55 -05:00
akonradi-signal
ef542e3b9f
Bump rust compiler version to nightly 2023-09-01 2023-09-12 14:27:08 -04:00
Max Moiseev
d2854384da Upgrade Rust toolchain to nightly-2023-03-17 2023-05-26 12:44:10 -07:00
Jordan Rose
572ba1e38b Update Rust to nightly-2022-11-03, and the Android NDK to r25b
These are intertwined: older versions of Rust don't support the newer
NDK, but the newer Rust can't successfully compile BoringSSL against
the older NDK.

This requires a boring-sys update to find the Android NDK sysroot in
the right place.
2022-12-01 12:23:57 -08:00
Jordan Rose
b5da2eac9d Update Rust to nightly-2022-06-22 2022-06-24 10:56:48 -07:00
Jordan Rose
3f51599574 Downgrade Rust toolchain to before Cargo gets a new curl-sys
See https://github.com/rust-lang/cargo/issues/9919. The perils of
nightly!
2021-10-08 14:05:55 -07:00
Jordan Rose
78bfc21a32 Bump rust-toolchain to nightly-2021-09-19 (same as zkgroup)
This provides newer armv8 intrinsics, as well as support for the
aarch64-apple-ios-sim target.
2021-10-05 18:01:50 -07:00
Nora Trapp
81ffe0af51 Update toolchain to nightly-2021-06-08 2021-06-09 14:04:22 -07:00
Jack Lloyd
d9e33d0251 Pin nightly to a specific date 2020-11-09 15:39:29 -05:00
Jordan Rose
54f363c814 Default the project to nightly Rust toolchains 2020-10-16 13:04:02 -07:00