mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 09:26:29 +03:00
prepare 1.0.0-beta.13
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.0.0-beta.12"
|
version = "1.0.0-beta.13"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL"
|
license = "MPL"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.0.0-beta.12"
|
version = "1.0.0-beta.13"
|
||||||
description = "Deltachat FFI"
|
description = "Deltachat FFI"
|
||||||
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
authors = ["Delta Chat Developers (ML) <delta@codespeak.net>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ if __name__ == "__main__":
|
|||||||
replace_toml_version("Cargo.toml", newversion)
|
replace_toml_version("Cargo.toml", newversion)
|
||||||
replace_toml_version("deltachat-ffi/Cargo.toml", newversion)
|
replace_toml_version("deltachat-ffi/Cargo.toml", newversion)
|
||||||
|
|
||||||
subprocess.call(["cargo", "update", "-p", "deltachat"])
|
# subprocess.call(["cargo", "update", "-p", "deltachat"])
|
||||||
|
|
||||||
print("after commit make sure to: ")
|
print("after commit make sure to: ")
|
||||||
print("")
|
print("")
|
||||||
|
|||||||
Reference in New Issue
Block a user