Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit ecdf3f3

Browse files
committed
use hex rustler
1 parent 91a8311 commit ecdf3f3

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

.tool-versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
erlang 24.0.2
2-
elixir 1.12.1-otp-24
1+
elixir 1.12.2-otp-24
2+
erlang 24.0.5

mix.exs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ defmodule Html5ever.Mixfile do
4848
# Type "mix help deps" for more examples and options
4949
defp deps do
5050
[
51-
{:rustler,
52-
github: "rusterlium/rustler",
53-
sparse: "rustler_mix",
54-
ref: "c882c95aed3eed5cdbf193a8e44c46ef60ad6be8"},
51+
{:rustler, "~> 0.22.0"},
5552
{:ex_doc, ">= 0.0.0", only: :dev}
5653
]
5754
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"makeup": {:hex, :makeup, "0.5.6", "da47b331b1fe0a5f0380cc3a6967200eac5e1daaa9c6bff4b0310b3fcc12b98f", [:mix], [{:nimble_parsec, "~> 0.4.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "60ee0d5cc5f824ec62706ea705af4236dc1ff7422069a18b063f31863904c465"},
55
"makeup_elixir": {:hex, :makeup_elixir, "0.10.0", "0f09c2ddf352887a956d84f8f7e702111122ca32fbbc84c2f0569b8b65cbf7fa", [:mix], [{:makeup, "~> 0.5.5", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "4a36dd2d0d5c5f98d95b3f410d7071cd661d5af310472229dd0e92161f168a44"},
66
"nimble_parsec": {:hex, :nimble_parsec, "0.4.0", "ee261bb53214943679422be70f1658fff573c5d0b0a1ecd0f18738944f818efe", [:mix], [], "hexpm", "ebb595e19456a72786db6dcd370d320350cb624f0b6203fcc7e23161d49b0ffb"},
7-
"rustler": {:git, "https://github.com/rusterlium/rustler.git", "c882c95aed3eed5cdbf193a8e44c46ef60ad6be8", [sparse: "rustler_mix", ref: "c882c95aed3eed5cdbf193a8e44c46ef60ad6be8"]},
7+
"rustler": {:hex, :rustler, "0.22.0", "e2930f9d6933e910f87526bb0a7f904e32b62a7e838a3ca4a884ee7fdfb957ed", [:mix], [{:toml, "~> 0.5.2", [hex: :toml, repo: "hexpm", optional: false]}], "hexpm", "01f5989dd511ebec09be481e07d3c59773d5373c5061e09d3ebc3ef61811b49d"},
88
"toml": {:hex, :toml, "0.5.2", "e471388a8726d1ce51a6b32f864b8228a1eb8edc907a0edf2bb50eab9321b526", [:mix], [], "hexpm", "f1e3dabef71fb510d015fad18c0e05e7c57281001141504c6b69d94e99750a07"},
99
}

native/html5ever_nif/.cargo/config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.'cfg(target_os = "macos")']
2+
rustflags = [
3+
"-C", "link-arg=-undefined",
4+
"-C", "link-arg=dynamic_lookup",
5+
]

0 commit comments

Comments
 (0)