Skip to content

Commit 4cc0970

Browse files
committed
Don’t specify rust version
1 parent cf3eadb commit 4cc0970

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/components_guide/rustler/math.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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, 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, cargo: {:rustup, :stable}
44

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

0 commit comments

Comments
 (0)