Resolved merge conflict in CHANGELOG

This commit is contained in:
B. Petersen
2023-04-04 17:09:53 +02:00
12 changed files with 49 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "deltachat"
version = "1.112.5"
version = "1.112.6"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.65"
@@ -51,7 +51,11 @@ futures = "0.3"
futures-lite = "1.12.0"
hex = "0.4.0"
humansize = "2"
<<<<<<< HEAD
image = { version = "0.24.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
=======
image = { version = "0.24.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
>>>>>>> stable-1.112
iroh = { version = "0.4.1", default-features = false }
kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }