diff --git a/CHANGELOG.md b/CHANGELOG.md index b825f67..19ae860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Toolchain Releases +## v1.0.0 + + * Updated dependencies + * nerves v1.0 + * nerves_toolchain_ctng v1.4 + ## v1.0.0-rc.0 * Updated dependencies diff --git a/nerves_toolchain_aarch64_unknown_linux_gnueabi/VERSION b/nerves_toolchain_aarch64_unknown_linux_gnueabi/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_aarch64_unknown_linux_gnueabi/VERSION +++ b/nerves_toolchain_aarch64_unknown_linux_gnueabi/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs b/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs index 6ca7974..b0ecab0 100644 --- a/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs +++ b/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainAarch64UnknownLinuxGnueabi.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock b/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock +++ b/nerves_toolchain_aarch64_unknown_linux_gnueabi/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, } diff --git a/nerves_toolchain_arm_unknown_linux_gnueabihf/VERSION b/nerves_toolchain_arm_unknown_linux_gnueabihf/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_arm_unknown_linux_gnueabihf/VERSION +++ b/nerves_toolchain_arm_unknown_linux_gnueabihf/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs b/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs index ba25ce1..73b44ae 100644 --- a/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs +++ b/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainArmUnknownLinuxGnueabihf.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock b/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock +++ b/nerves_toolchain_arm_unknown_linux_gnueabihf/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, } diff --git a/nerves_toolchain_armv5tejl_unknown_linux_musleabi/VERSION b/nerves_toolchain_armv5tejl_unknown_linux_musleabi/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_armv5tejl_unknown_linux_musleabi/VERSION +++ b/nerves_toolchain_armv5tejl_unknown_linux_musleabi/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs b/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs index e8edacc..f32ba05 100644 --- a/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs +++ b/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainArmv5tejlUnknownLinuxMusleabi.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock b/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock +++ b/nerves_toolchain_armv5tejl_unknown_linux_musleabi/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, } diff --git a/nerves_toolchain_armv6_rpi_linux_gnueabi/VERSION b/nerves_toolchain_armv6_rpi_linux_gnueabi/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_armv6_rpi_linux_gnueabi/VERSION +++ b/nerves_toolchain_armv6_rpi_linux_gnueabi/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs b/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs index 3e0ae3c..2f1a11d 100644 --- a/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs +++ b/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainArmv6RpiLinuxGnueabi.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock b/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock +++ b/nerves_toolchain_armv6_rpi_linux_gnueabi/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, } diff --git a/nerves_toolchain_ctng/VERSION b/nerves_toolchain_ctng/VERSION index 946fef9..88c5fb8 100644 --- a/nerves_toolchain_ctng/VERSION +++ b/nerves_toolchain_ctng/VERSION @@ -1 +1 @@ -1.4.0-rc.0 +1.4.0 diff --git a/nerves_toolchain_ctng/mix.exs b/nerves_toolchain_ctng/mix.exs index 9af1a8b..f975bd7 100644 --- a/nerves_toolchain_ctng/mix.exs +++ b/nerves_toolchain_ctng/mix.exs @@ -19,7 +19,7 @@ defmodule Nerves.Toolchain.Ctng.Mixfile do end defp deps do - [{:nerves, "~> 1.0-rc", runtime: false}] + [{:nerves, "~> 1.0", runtime: false}] end defp description do diff --git a/nerves_toolchain_ctng/mix.lock b/nerves_toolchain_ctng/mix.lock index eba0e34..b110079 100644 --- a/nerves_toolchain_ctng/mix.lock +++ b/nerves_toolchain_ctng/mix.lock @@ -1,4 +1,4 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, } diff --git a/nerves_toolchain_i586_unknown_linux_gnu/VERSION b/nerves_toolchain_i586_unknown_linux_gnu/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_i586_unknown_linux_gnu/VERSION +++ b/nerves_toolchain_i586_unknown_linux_gnu/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_i586_unknown_linux_gnu/mix.exs b/nerves_toolchain_i586_unknown_linux_gnu/mix.exs index 287786e..36d8663 100644 --- a/nerves_toolchain_i586_unknown_linux_gnu/mix.exs +++ b/nerves_toolchain_i586_unknown_linux_gnu/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainI586UnknownLinuxGnu.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_i586_unknown_linux_gnu/mix.lock b/nerves_toolchain_i586_unknown_linux_gnu/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_i586_unknown_linux_gnu/mix.lock +++ b/nerves_toolchain_i586_unknown_linux_gnu/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, } diff --git a/nerves_toolchain_mipsel_unknown_linux_musl/VERSION b/nerves_toolchain_mipsel_unknown_linux_musl/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_mipsel_unknown_linux_musl/VERSION +++ b/nerves_toolchain_mipsel_unknown_linux_musl/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_mipsel_unknown_linux_musl/mix.exs b/nerves_toolchain_mipsel_unknown_linux_musl/mix.exs index 054cde1..f5e982d 100644 --- a/nerves_toolchain_mipsel_unknown_linux_musl/mix.exs +++ b/nerves_toolchain_mipsel_unknown_linux_musl/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainMipselUnknownLinuxMusl.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_mipsel_unknown_linux_musl/mix.lock b/nerves_toolchain_mipsel_unknown_linux_musl/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_mipsel_unknown_linux_musl/mix.lock +++ b/nerves_toolchain_mipsel_unknown_linux_musl/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, } diff --git a/nerves_toolchain_x86_64_unknown_linux_gnu/VERSION b/nerves_toolchain_x86_64_unknown_linux_gnu/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_x86_64_unknown_linux_gnu/VERSION +++ b/nerves_toolchain_x86_64_unknown_linux_gnu/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_x86_64_unknown_linux_gnu/mix.exs b/nerves_toolchain_x86_64_unknown_linux_gnu/mix.exs index ee185f7..b9788e7 100644 --- a/nerves_toolchain_x86_64_unknown_linux_gnu/mix.exs +++ b/nerves_toolchain_x86_64_unknown_linux_gnu/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainX8664UnknownLinuxGnu.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_x86_64_unknown_linux_gnu/mix.lock b/nerves_toolchain_x86_64_unknown_linux_gnu/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_x86_64_unknown_linux_gnu/mix.lock +++ b/nerves_toolchain_x86_64_unknown_linux_gnu/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, } diff --git a/nerves_toolchain_x86_64_unknown_linux_musl/VERSION b/nerves_toolchain_x86_64_unknown_linux_musl/VERSION index 49cd325..3eefcb9 100644 --- a/nerves_toolchain_x86_64_unknown_linux_musl/VERSION +++ b/nerves_toolchain_x86_64_unknown_linux_musl/VERSION @@ -1 +1 @@ -1.0.0-rc.0 +1.0.0 diff --git a/nerves_toolchain_x86_64_unknown_linux_musl/mix.exs b/nerves_toolchain_x86_64_unknown_linux_musl/mix.exs index 214713a..8146b9c 100644 --- a/nerves_toolchain_x86_64_unknown_linux_musl/mix.exs +++ b/nerves_toolchain_x86_64_unknown_linux_musl/mix.exs @@ -47,8 +47,8 @@ defmodule NervesToolchainX8664UnknownLinuxMusl.Mixfile do defp deps do [ - {:nerves, "~> 1.0-rc", runtime: false}, - {:nerves_toolchain_ctng, "~> 1.4-rc", runtime: false} + {:nerves, "~> 1.0", runtime: false}, + {:nerves_toolchain_ctng, "~> 1.4", runtime: false} ] end diff --git a/nerves_toolchain_x86_64_unknown_linux_musl/mix.lock b/nerves_toolchain_x86_64_unknown_linux_musl/mix.lock index 8f9b7f0..13d6913 100644 --- a/nerves_toolchain_x86_64_unknown_linux_musl/mix.lock +++ b/nerves_toolchain_x86_64_unknown_linux_musl/mix.lock @@ -1,5 +1,5 @@ %{ "distillery": {:hex, :distillery, "1.5.2", "eec18b2d37b55b0bcb670cf2bcf64228ed38ce8b046bb30a9b636a6f5a4c0080", [:mix], [], "hexpm"}, - "nerves": {:hex, :nerves, "1.0.0-rc.0", "5c6cf122611d0024d06b88593aa9af46180d30712fc6ff07fa25fb9100125f1e", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}], "hexpm"}, - "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0-rc.0", "1766752c2a854af5e0f102892d947f787f8f47ee500f564e7fdb50c4d1c4789c", [:mix], [{:nerves, "~> 1.0-rc", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, + "nerves": {:hex, :nerves, "1.0.0", "c5b91388fc15661149bfbe8e85fec70b7034f291a484f2b4f10994d20a03d6d1", [:mix], [{:distillery, "~> 1.4", [hex: :distillery, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: true]}], "hexpm"}, + "nerves_toolchain_ctng": {:hex, :nerves_toolchain_ctng, "1.4.0", "ec844dd286a5281223e023edb1359c8763fef79a3af9daac45397713cff1cb88", [:mix], [{:nerves, "~> 1.0", [hex: :nerves, repo: "hexpm", optional: false]}], "hexpm"}, }