summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 11c2457..907e097 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,4 +9,4 @@ cc = "1.0"
[dependencies]
cpal = "0.14"
libc = "0.2"
-rhai = "1.10"
+rhai = { version = "1.10", features = [ "only_i64" ] }