forked from AkkomaGang/akkoma
pinned crypt dependency to specific commit
This commit is contained in:
parent
8b020e03a6
commit
75bc68dbc1
1 changed files with 2 additions and 1 deletions
3
mix.exs
3
mix.exs
|
@ -51,7 +51,8 @@ defp deps 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
|
||||
|
||||
|
|
Loading…
Reference in a new issue