-
-
Notifications
You must be signed in to change notification settings - Fork 148
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.142.10' …
…of 'v1.142.10'
- 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
19 files
+18 −0 | CHANGELOG.md | |
+5 −5 | Cargo.lock | |
+1 −1 | Cargo.toml | |
+1 −1 | deltachat-ffi/Cargo.toml | |
+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 | |
+1 −1 | package.json | |
+1 −1 | python/pyproject.toml | |
+1 −1 | release-date.in | |
+16 −17 | src/mimefactory.rs | |
+399 −55 | src/net/dns.rs | |
+2 −0 | src/securejoin.rs | |
+18 −1 | src/smtp/connect.rs | |
+31 −1 | src/test_utils.rs | |
+2 −2 | src/tests/verified_chats.rs |