mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
build: do not disable "vendored" feature in the workspace
This fixes `nix build .#python-docs`
This commit is contained in:
@@ -161,8 +161,8 @@ async-channel = "2.3.1"
|
|||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
chrono = { version = "0.4.38", default-features = false }
|
chrono = { version = "0.4.38", default-features = false }
|
||||||
deltachat-contact-tools = { path = "deltachat-contact-tools" }
|
deltachat-contact-tools = { path = "deltachat-contact-tools" }
|
||||||
deltachat-jsonrpc = { path = "deltachat-jsonrpc", default-features = false }
|
deltachat-jsonrpc = { path = "deltachat-jsonrpc" }
|
||||||
deltachat = { path = ".", default-features = false }
|
deltachat = { path = "." }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
futures-lite = "2.3.0"
|
futures-lite = "2.3.0"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user