Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed May 23, 2019
1 parent 2c1f962 commit 8e933ea
Show file tree
Hide file tree
Showing 6 changed files with 65 additions and 79 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.4.1] - 2019-05-23

### Changed

- Update dependencies

## [0.4.0] - 2019-01-06

### Added
Expand Down Expand Up @@ -56,7 +62,8 @@

## [0.1.0] - 2018-03-31

[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.4.0...HEAD
[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/adriankumpf/arb-ex/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/adriankumpf/arb-ex/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/adriankumpf/arb-ex/compare/v0.2.3...v0.3.0
[0.2.3]: https://github.com/adriankumpf/arb-ex/compare/v0.2.2...v0.2.3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM erlang:21.3

ENV ELIXIR_VERSION="v1.8.1" \
RUST_VERSION="1.33.0" \
RUST_VERSION="1.34.2" \
LANG="C.UTF-8" \
MIX_ENV="prod" \
HOME=/opt/app
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Arb.MixProject do
def project do
[
app: :arb,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.6",
start_permanent: Mix.env() == :prod,
compilers: [:rustler] ++ Mix.compilers(),
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{
"earmark": {:hex, :earmark, "1.3.1", "73812f447f7a42358d3ba79283cfa3075a7580a3a2ed457616d6517ac3738cb9", [:mix], [], "hexpm"},
"ex_doc": {:hex, :ex_doc, "0.19.3", "3c7b0f02851f5fc13b040e8e925051452e41248f685e40250d7e40b07b9f8c10", [:mix], [{:earmark, "~> 1.2", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.10", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm"},
"earmark": {:hex, :earmark, "1.3.2", "b840562ea3d67795ffbb5bd88940b1bed0ed9fa32834915125ea7d02e35888a5", [:mix], [], "hexpm"},
"ex_doc": {:hex, :ex_doc, "0.20.2", "1bd0dfb0304bade58beb77f20f21ee3558cc3c753743ae0ddbb0fd7ba2912331", [:mix], [{:earmark, "~> 1.3", [hex: :earmark, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.10", [hex: :makeup_elixir, repo: "hexpm", optional: false]}], "hexpm"},
"makeup": {:hex, :makeup, "0.8.0", "9cf32aea71c7fe0a4b2e9246c2c4978f9070257e5c9ce6d4a28ec450a839b55f", [:mix], [{:nimble_parsec, "~> 0.5.0", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm"},
"makeup_elixir": {:hex, :makeup_elixir, "0.13.0", "be7a477997dcac2e48a9d695ec730b2d22418292675c75aa2d34ba0909dcdeda", [:mix], [{:makeup, "~> 0.8", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm"},
"nimble_parsec": {:hex, :nimble_parsec, "0.5.0", "90e2eca3d0266e5c53f8fbe0079694740b9c91b6747f2b7e3c5d21966bba8300", [:mix], [], "hexpm"},
Expand Down
125 changes: 52 additions & 73 deletions native/arb/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/arb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ crate-type = ["dylib"]
[dependencies]
rustler = "0.20.0"
rustler_codegen = "0.20.0"
arb = { git = "https://github.com/adriankumpf/abacom-relay-board", tag = 'v0.3.0' }
arb = { git = "https://github.com/adriankumpf/abacom-relay-board", tag = 'v0.4.0' }

0 comments on commit 8e933ea

Please sign in to comment.