mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
add jsonrpc crate to set_core_version
This commit is contained in:
@@ -63,7 +63,7 @@ def main():
|
|||||||
parser = ArgumentParser(prog="set_core_version")
|
parser = ArgumentParser(prog="set_core_version")
|
||||||
parser.add_argument("newversion")
|
parser.add_argument("newversion")
|
||||||
|
|
||||||
toml_list = ["Cargo.toml", "deltachat-ffi/Cargo.toml"]
|
toml_list = ["Cargo.toml", "deltachat-ffi/Cargo.toml", "deltachat-jsonrpc/Cargo.toml"]
|
||||||
try:
|
try:
|
||||||
opts = parser.parse_args()
|
opts = parser.parse_args()
|
||||||
except SystemExit:
|
except SystemExit:
|
||||||
|
|||||||
Reference in New Issue
Block a user