Skip to content

Commit

Permalink
Use published version of erlang-cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed May 21, 2020
1 parent c579b20 commit 0bca770
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustler_mix/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Rustler.Mixfile do

defp deps do
[
{:cargo, git: "https://github.com/rusterlium/erlang-cargo.git"},
{:cargo, "~> 0.1"},
{:toml, "~> 0.6"},
{:ex_doc, "~> 0.21", only: :dev}
]
Expand Down
2 changes: 1 addition & 1 deletion rustler_mix/mix.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%{
"cargo": {:git, "https://github.com/rusterlium/erlang-cargo.git", "ce2f77e187134321c73f59a10ca723ae879b1f82", []},
"cargo": {:hex, :cargo, "0.1.0", "8ae8aca2d723273d21e4ef482cfaf2d11cbeb23775f012d80a22b8d9272c1a0e", [:mix, :rebar3], [{:jsx, "~>2.10.0", [hex: :jsx, repo: "hexpm", optional: false]}], "hexpm", "ad515e0016902089378f0f12db0c2ef9730fc637ffaffd2f1f68420e74f3c7dd"},
"earmark": {:hex, :earmark, "1.4.4", "4821b8d05cda507189d51f2caeef370cf1e18ca5d7dfb7d31e9cafe6688106a4", [:mix], [], "hexpm", "1f93aba7340574847c0f609da787f0d79efcab51b044bb6e242cae5aca9d264d"},
"ex_doc": {:hex, :ex_doc, "0.21.3", "857ec876b35a587c5d9148a2512e952e24c24345552259464b98bfbb883c7b42", [:mix], [{:earmark, "~> 1.4", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm", "0db1ee8d1547ab4877c5b5dffc6604ef9454e189928d5ba8967d4a58a801f161"},
"jsx": {:hex, :jsx, "2.10.0", "77760560d6ac2b8c51fd4c980e9e19b784016aa70be354ce746472c33beb0b1c", [:rebar3], [], "hexpm", "9a83e3704807298016968db506f9fad0f027de37546eb838b3ae1064c3a0ad62"},
Expand Down

0 comments on commit 0bca770

Please sign in to comment.