mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
Add cargo-deny config and CI
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -32,6 +32,15 @@ jobs:
|
|||||||
- name: Run clippy
|
- name: Run clippy
|
||||||
run: scripts/clippy.sh
|
run: scripts/clippy.sh
|
||||||
|
|
||||||
|
cargo_deny:
|
||||||
|
name: cargo deny
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||||
|
with:
|
||||||
|
arguments: --all-features --workspace
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
name: Rust doc comments
|
name: Rust doc comments
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
@@ -5,6 +5,7 @@
|
|||||||
### Changes
|
### Changes
|
||||||
- Make smeared timestamp generation non-async. #4075
|
- Make smeared timestamp generation non-async. #4075
|
||||||
- Set minimum TLS version to 1.2. #4096
|
- Set minimum TLS version to 1.2. #4096
|
||||||
|
- Run `cargo-deny` in CI. #4101
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- Do not block async task executor while decrypting the messages. #4079
|
- Do not block async task executor while decrypting the messages. #4079
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat-repl"
|
name = "deltachat-repl"
|
||||||
version = "1.110.0"
|
version = "1.110.0"
|
||||||
|
license = "MPL-2.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user