enif_select() shenanigans

This commit is contained in:
lilly 2026-05-22 15:38:11 +02:00
commit 2446dcf05d
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 47 additions and 9 deletions

View file

@ -8,6 +8,6 @@ edition = "2021"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.37.4"
rustler = { workspace = true }
tun-rs = { version = "2.8.3", default-features = false, features = ["blocking", "experimental"] }