We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206f641 commit 63f6088Copy full SHA for 63f6088
lib/mix/lib/mix/tasks/local.hex.ex
@@ -2,7 +2,7 @@ defmodule Mix.Tasks.Local.Hex do
2
use Mix.Task
3
4
@hex_url "https://hex.pm/installs/hex.ez"
5
- @hex_requirement ">= 0.4.0"
+ @hex_requirement ">= 0.4.3"
6
7
@shortdoc "Install hex locally"
8
0 commit comments