From 745a03ece4bae824f523a23379e956aebcdf81ba Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Thu, 24 Aug 2023 13:37:48 -0500 Subject: [PATCH] release: Bump elixir nif to rust 0.5 (#431) --- elixir/native/extism_nif/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/native/extism_nif/Cargo.toml b/elixir/native/extism_nif/Cargo.toml index dd7638e23..95f47b060 100644 --- a/elixir/native/extism_nif/Cargo.toml +++ b/elixir/native/extism_nif/Cargo.toml @@ -14,5 +14,5 @@ crate-type = ["cdylib"] [dependencies] rustler = "0.28.0" -extism = "0.4.0" +extism = "0.5.0" log = "0.4"