-
-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update deltachat-core-rust to 'chore(release): prepare for 1.151.5' o…
…f 'v1.151.5'
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule deltachat-core-rust
updated
25 files
+21 −0 | CHANGELOG.md | |
+21 −70 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+0 −1 | README.md | |
+15 −14 | benches/receive_emails.rs | |
+1 −1 | deltachat-ffi/Cargo.toml | |
+0 −6 | deltachat-ffi/deltachat.h | |
+0 −10 | deltachat-ffi/src/lib.rs | |
+1 −1 | deltachat-jsonrpc/Cargo.toml | |
+1 −1 | deltachat-jsonrpc/typescript/package.json | |
+1 −1 | deltachat-repl/Cargo.toml | |
+1 −1 | deltachat-rpc-client/pyproject.toml | |
+1 −1 | deltachat-rpc-server/Cargo.toml | |
+1 −1 | deltachat-rpc-server/npm-package/package.json | |
+0 −5 | deny.toml | |
+1 −1 | package.json | |
+1 −1 | python/pyproject.toml | |
+0 −3 | python/src/deltachat/account.py | |
+0 −6 | python/src/deltachat/events.py | |
+3 −52 | python/tests/test_1_online.py | |
+1 −1 | release-date.in | |
+8 −2 | src/chat.rs | |
+12 −12 | src/mimeparser.rs | |
+8 −0 | src/push.rs | |
+2 −2 | src/scheduler/connectivity.rs |