bump version to 1.25.0

This commit is contained in:
B. Petersen
2020-02-20 23:49:49 +01:00
parent a59d368101
commit a0b2a692d0
3 changed files with 5 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -627,7 +627,7 @@ dependencies = [
[[package]]
name = "deltachat"
version = "1.0.0-beta.24"
version = "1.25.0"
dependencies = [
"async-imap 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"async-native-tls 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -693,9 +693,9 @@ dependencies = [
[[package]]
name = "deltachat_ffi"
version = "1.0.0-beta.24"
version = "1.25.0"
dependencies = [
"deltachat 1.0.0-beta.24",
"deltachat 1.25.0",
"failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",