mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Keep deltachat-jsonrpc version in sync
This commit is contained in:
@@ -91,8 +91,8 @@ def main():
|
||||
else:
|
||||
raise SystemExit("CHANGELOG.md contains no entry for version: {}".format(newversion))
|
||||
|
||||
replace_toml_version("Cargo.toml", newversion)
|
||||
replace_toml_version("deltachat-ffi/Cargo.toml", newversion)
|
||||
for toml_filename in toml_list:
|
||||
replace_toml_version(toml_filename, newversion)
|
||||
update_package_json(newversion)
|
||||
|
||||
print("running cargo check")
|
||||
|
||||
Reference in New Issue
Block a user