mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 16:22:32 -04:00
Support Elixir ~> 1.0
This commit is contained in:
parent
becd95f680
commit
103b024884
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -8,7 +8,7 @@ defmodule Httparrot.Mixfile do
|
||||||
def project do
|
def project do
|
||||||
[ app: :httparrot,
|
[ app: :httparrot,
|
||||||
version: "0.3.3",
|
version: "0.3.3",
|
||||||
elixir: "~> 0.14.1 or ~> 0.15.0 or ~> 1.0.0-rc1",
|
elixir: "~> 1.0",
|
||||||
name: "HTTParrot",
|
name: "HTTParrot",
|
||||||
description: @description,
|
description: @description,
|
||||||
package: package,
|
package: package,
|
||||||
|
|
Loading…
Add table
Reference in a new issue