mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
Add "vendored" feature to deltachat-rpc-server
This commit is contained in:
2
.github/workflows/deltachat-rpc-server.yml
vendored
2
.github/workflows/deltachat-rpc-server.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
run: rustup target add ${{ matrix.target }}
|
run: rustup target add ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --release --package deltachat-rpc-server --target ${{ matrix.target }}
|
run: cargo build --release --package deltachat-rpc-server --target ${{ matrix.target }} --features vendored
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|||||||
@@ -23,3 +23,7 @@ serde_json = "1.0.91"
|
|||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
tokio = { version = "1.25.0", features = ["io-std"] }
|
tokio = { version = "1.25.0", features = ["io-std"] }
|
||||||
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }
|
yerpc = { version = "0.4.0", features = ["anyhow_expose"] }
|
||||||
|
|
||||||
|
[features]
|
||||||
|
default = ["vendored"]
|
||||||
|
vendored = ["deltachat/vendored"]
|
||||||
|
|||||||
Reference in New Issue
Block a user