1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Merge pull request #4 from reset/elixir-1-0

expand elixir constraint to include 1.0.0-rc1
This commit is contained in:
Eduardo Gurgel 2014-09-03 09:10:04 +12:00
commit baebc52ed4
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ env:
- ELIXIR="v0.14.3"
- ELIXIR="v0.15.0"
- ELIXIR="v0.15.1"
- ELIXIR="v1.0.0-rc1"
otp_release:
- 17.0
- 17.1

View file

@ -8,7 +8,7 @@ defmodule Httparrot.Mixfile do
def project do
[ app: :httparrot,
version: "0.3.2",
elixir: "~> 0.14.1 or ~> 0.15.0",
elixir: "~> 0.14.1 or ~> 0.15.0 or ~> 1.0.0-rc1",
name: "HTTParrot",
description: @description,
package: package,