Skip to content

Commit fd0ae84

Browse files
committed
Target rustler to tmp directory
1 parent 4cc0970 commit fd0ae84

File tree

1 file changed

+1
-0
lines changed
  • lib/components_guide/rustler

1 file changed

+1
-0
lines changed

lib/components_guide/rustler/math.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
defmodule ComponentsGuide.Rustler.Math do
22
use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math
3+
use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, target_dir: System.tmp_dir!()
34
# use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, cargo: {:rustup, :stable}
45

56
def add(_, _), do: error()

0 commit comments

Comments
 (0)