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:
Floris Bruynooghe
2019-06-16 15:32:15 +02:00
parent 3a524503f0
commit dc0de47b4b
3 changed files with 73 additions and 86 deletions

View File

@@ -1 +1 @@
nightly-2019-04-19
nightly-2019-06-16