Skip to content

Commit ad1e2a7

Browse files
committed
Try try again
1 parent 92e8f15 commit ad1e2a7

File tree

1 file changed

+3
-3
lines changed
  • lib/components_guide/rustler

1 file changed

+3
-3
lines changed

lib/components_guide/rustler/math.ex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ComponentsGuide.Rustler.Math do
2-
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!()
4-
# use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, cargo: {:rustup, :stable}
2+
# 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!()
4+
use Rustler, otp_app: :components_guide, crate: :componentsguide_rustler_math, cargo: {:rustup, :stable}
55

66
def add(_, _), do: error()
77

0 commit comments

Comments
 (0)