Skip to content

Commit

Permalink
Switch to temporary fork of rustler to use toml 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Rogov committed Apr 13, 2020
1 parent 74ee4d7 commit a18dbeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Wootheex.MixProject do
def project do
[
app: :wootheex,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -23,9 +23,7 @@ defmodule Wootheex.MixProject do
# Run "mix help deps" to learn about dependencies.
defp deps do
[
{:rustler, "~> 0.21.0"}
# {:dep_from_hexpm, "~> 0.3.0"},
# {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"}
{:rustler, git: "[email protected]:pixel-media/rustler.git"}
]
end

Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%{
"rustler": {:hex, :rustler, "0.21.0", "68cc4fc015d0b9541865ea78e78e9ef2dd91ee4be80bf543fd15791102a45aca", [:mix], [{:toml, "~> 0.5.2", [hex: :toml, repo: "hexpm", optional: false]}], "hexpm"},
"toml": {:hex, :toml, "0.5.2", "e471388a8726d1ce51a6b32f864b8228a1eb8edc907a0edf2bb50eab9321b526", [:mix], [], "hexpm"},
"rustler": {:git, "[email protected]:pixel-media/rustler.git", "c0df53acb88268b96e2e69276404417c32bbff8b", []},
"toml": {:hex, :toml, "0.6.1", "e1c3c91c1fc1ed87e7315a5a88e4bd1eeddf3e61dca2b708724a6a2d1a013844", [:mix], [], "hexpm"},
}

0 comments on commit a18dbeb

Please sign in to comment.