f32x8
f32x84mo ago

Deno Runtime/Io failing to build

Hi, Im attempting to embed the deno_runtime crate into my application which was working fine till i ran cargo update now im getting errors on deno_io-0.78.0 failing to import windows_sys::Win32::Security. That is now behind a feature flag. the deno runtime version im using is deno_runtime 0.177.0 which was working fine till i ran the update command. Is this a known issue? If so is there a fix. If not. What would be the simplest way to fix this. Id ideally not have to downgrade the deno runtime but that is an option.
No description
6 Replies
f32x8
f32x8OP4mo ago
Ive been doing some testing and any deno runtime version greater than 0.173 fails to this same error
Sweattypalms
Sweattypalms4mo ago
did u fix it?
f32x8
f32x8OP4mo ago
No Only way to fix it is to just use an oid version
Sweattypalms
Sweattypalms4mo ago
so how did you solve your thing oh does it support std library and stuff? or external node packages? It still fails for me on 1.173.0 with the same error
f32x8
f32x8OP4mo ago
Try 172 then lol I just used an older version till it worked
Sweattypalms
Sweattypalms4mo ago
none work complains about windows security

Did you find this page helpful?