Skip to content

Commit b97dc39

Browse files
committed
Update makeup deps
1 parent b9360e8 commit b97dc39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: mix.exs

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ defmodule ExDoc.Mixfile do
3535
defp deps do
3636
[
3737
{:earmark_parser, "~> 1.4.39"},
38-
{:makeup_elixir, "~> 0.14"},
39-
{:makeup_erlang, "~> 0.1"},
38+
{:makeup_elixir, "~> 0.14 or ~> 1.0"},
39+
{:makeup_erlang, "~> 0.1 or ~> 1.0"},
4040
# Add other makeup lexers as optional for the executable
41-
{:makeup_c, ">= 0.1.1", optional: true},
42-
{:makeup_html, ">= 0.0.0", only: :dev},
41+
{:makeup_c, ">= 0.1.0", optional: true},
42+
{:makeup_html, ">= 0.1.0", optional: true},
4343
{:jason, "~> 1.2", only: :test},
4444
{:floki, "~> 0.0", only: :test},
4545
{:easyhtml, "~> 0.0", only: :test}

Diff for: mix.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"makeup": {:hex, :makeup, "1.1.1", "fa0bc768698053b2b3869fa8a62616501ff9d11a562f3ce39580d60860c3a55e", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "5dc62fbdd0de44de194898b6710692490be74baa02d9d108bc29f007783b0b48"},
77
"makeup_c": {:hex, :makeup_c, "0.1.1", "14250b1a69770b1892f4113129417a2df098e2a72b9e1477aa9096e9e6c473a6", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "89e9cf45372822d354c19a7e18d77f84cfd70e2d206ac987eb15a1b8357f2869"},
88
"makeup_elixir": {:hex, :makeup_elixir, "0.16.1", "cc9e3ca312f1cfeccc572b37a09980287e243648108384b97ff2b76e505c3555", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "e127a341ad1b209bd80f7bd1620a15693a9908ed780c3b763bccf7d200c767c6"},
9-
"makeup_erlang": {:hex, :makeup_erlang, "0.1.5", "e0ff5a7c708dda34311f7522a8758e23bfcd7d8d8068dc312b5eb41c6fd76eba", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "94d2e986428585a21516d7d7149781480013c56e30c6a233534bedf38867a59a"},
9+
"makeup_erlang": {:hex, :makeup_erlang, "1.0.0", "6f0eff9c9c489f26b69b61440bf1b238d95badae49adac77973cbacae87e3c2e", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "ea7a9307de9d1548d2a72d299058d1fd2339e3d398560a0e46c27dab4891e4d2"},
1010
"makeup_html": {:hex, :makeup_html, "0.1.1", "c3d4abd39d5f7e925faca72ada6e9cc5c6f5fa7cd5bc0158315832656cf14d7f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "44f2a61bc5243645dd7fafeaa6cc28793cd22f3c76b861e066168f9a5b2c26a4"},
1111
"nimble_parsec": {:hex, :nimble_parsec, "1.4.0", "51f9b613ea62cfa97b25ccc2c1b4216e81df970acd8e16e8d1bdc58fef21370d", [:mix], [], "hexpm", "9c565862810fb383e9838c1dd2d7d2c437b3d13b267414ba6af33e50d2d1cf28"},
1212
}

0 commit comments

Comments
 (0)