Skip to content

Commit

Permalink
Bump 0.9.0
Browse files Browse the repository at this point in the history
Change circuits_uart dep to 1.4 (includes our pull request)
  • Loading branch information
robinhilliard committed Dec 7, 2019
1 parent c56d1f9 commit 064d762
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule MAVLink.Mixfile do
def project do
[
app: :mavlink,
version: "0.8.0",
version: "0.9.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
description: description(),
Expand Down Expand Up @@ -50,10 +50,7 @@ defmodule MAVLink.Mixfile do

defp deps do
[
#{:circuits_uart, "~> 1.3"},
{:circuits_uart,
git: "https://github.com/beamuav/circuits_uart.git",
tag: "controlling-process"},
{:circuits_uart, "~> 1.4"},
{:poolboy, "~> 1.5"},
{:dialyzex, "~> 1.2.0", only: :dev, runtime: false},
{:ex_doc, "~> 0.20.2", only: :dev, runtime: false}
Expand Down

0 comments on commit 064d762

Please sign in to comment.