Files
deno/zeromq-update.patch
Soc Virnyl Estela 8939a8aca2 - Update vendored dependencies with patch ./zeromq-update.patch
* this fixes build where zeromq is not compatible with the new 'static
    types from futures-util

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=255
2024-11-11 02:13:54 +00:00

13 lines
467 B
Diff

--- a/Cargo.toml.orig 2024-11-11 10:00:21.627172910 +0800
+++ b/Cargo.toml 2024-11-11 10:00:28.567190380 +0800
@@ -204,7 +204,7 @@
webpki-roots = "0.26"
which = "4.2.5"
yoke = { version = "0.7.4", features = ["derive"] }
-zeromq = { version = "=0.4.0", default-features = false, features = ["tcp-transport", "tokio-runtime"] }
+zeromq = { version = "=0.4.1", default-features = false, features = ["tcp-transport", "tokio-runtime"] }
zstd = "=0.12.4"
# crypto