mirror of
https://github.com/edgurgel/httparrot
synced 2025-04-05 08:12:31 -04:00
expand elixir constraint to include 1.0.0-rc1
This commit is contained in:
parent
bd1749e562
commit
baac2e3547
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue