feat: update latest deltachat-core 0.43.0

This commit is contained in:
dignifiedquire
2019-04-27 17:35:49 +03:00
parent 294bd05f1f
commit 4cf5903d60
12 changed files with 496 additions and 73 deletions

View File

@@ -1,6 +1,6 @@
//! Constants
pub const VERSION: &'static [u8; 7] = b"0.42.0\x00";
pub const VERSION: &'static [u8; 7] = b"0.43.0\x00";
pub const DC_GCL_ARCHIVED_ONLY: usize = 0x01;
pub const DC_GCL_NO_SPECIALS: usize = 0x02;