File tree Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Expand file tree Collapse file tree 2 files changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -171,14 +171,4 @@ defmodule Rustler do
171
171
172
172
@ doc false
173
173
def rustler_version , do: "0.32.1"
174
-
175
- @ doc """
176
- Supported NIF API versions.
177
- """
178
- def nif_versions ,
179
- do: [
180
- ~c" 2.14" ,
181
- ~c" 2.15" ,
182
- ~c" 2.16"
183
- ]
184
174
end
Original file line number Diff line number Diff line change @@ -61,13 +61,4 @@ defmodule Rustler.Compiler.Messages do
61
61
Note: You should already have this if you made your project with the project generator.
62
62
"""
63
63
end
64
-
65
- def message ( { :unsupported_nif_version , version } ) do
66
- """
67
- Your current version of Erlang is on NIF version '#{ version } '.
68
- Rustler currently supports versions #{ inspect ( Rustler . nif_versions ( ) ) } .
69
-
70
- Go open an issue about this on github!
71
- """
72
- end
73
64
end
You can’t perform that action at this time.
0 commit comments