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

11
Cargo.lock generated
View file

@ -28,9 +28,9 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "autocfg"
version = "1.5.0"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "bitflags"
@ -490,10 +490,10 @@ dependencies = [
[[package]]
name = "rustler"
version = "0.37.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875c8fe88089b9bbc0977385e107d35bfae740c6b0734e60a1e9cc82d0017f49"
source = "git+https://github.com/lilioid/rustler.git?branch=master#fca9102702b878e7d8f05cf905552288206fa310"
dependencies = [
"inventory",
"libc",
"libloading",
"regex-lite",
"rustler_codegen",
@ -502,8 +502,7 @@ dependencies = [
[[package]]
name = "rustler_codegen"
version = "0.37.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb5848e9c4cf3796f190d9b4516523af27f3444a3af1771f20465f6586d40b2"
source = "git+https://github.com/lilioid/rustler.git?branch=master#fca9102702b878e7d8f05cf905552288206fa310"
dependencies = [
"heck",
"inventory",