mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
This stops using the deprecated libc::uint32_t and libc::uint64_t types in favour of the native u32 and u64 types. It also uses a newer nightly compiler to get rid of the incorrect "unused no_mangle" warning when compiling incrementally. Finally the newer compiler prefers us to be explicit when implementing traits using the new dyn keyword.
2 lines
19 B
Plaintext
2 lines
19 B
Plaintext
nightly-2019-06-16
|