pinned crypt dependency to specific commit

This commit is contained in:
Moon Man 2018-09-05 02:29:19 -04:00
parent 8b020e03a6
commit 75bc68dbc1
1 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,8 @@ defmodule Pleroma.Mixfile do
{:ex_machina, "~> 2.2", only: :test},
{:credo, "~> 0.9.3", only: [:dev, :test]},
{:mock, "~> 0.3.1", only: :test},
{:crypt, git: "https://github.com/msantos/crypt"}
{:crypt,
git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}
]
end