mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 21:36:29 +03:00
Clean up some warnings and use newer nightly compiler
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.
This commit is contained in:
@@ -1 +1 @@
|
||||
nightly-2019-04-19
|
||||
nightly-2019-06-16
|
||||
|
||||
Reference in New Issue
Block a user