rune-rs / rune

An embeddable dynamic programming language for Rust.
https://rune-rs.github.io
Apache License 2.0
1.7k stars 85 forks source link

rune_modules: Add missing dependency on tokio from the process feature (fixes #734) #738

Closed VorpalBlade closed 1 month ago

VorpalBlade commented 1 month ago

Fixes #734

Probably should be backported to 0.13.x if there isn't a new release pending soon.

udoprog commented 1 month ago

Thank you!