Skip to content

Commit

Permalink
Require more recent cc_precompiler
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 19, 2023
1 parent 7770c96 commit 4e996e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ defmodule Adbc.MixProject do
defp deps do
[
# compilation
{:cc_precompiler, "~> 0.1", runtime: false},
{:cc_precompiler, "~> 0.1.8 or ~> 0.2", runtime: false},
{:elixir_make, "~> 0.7.0", runtime: false},

# runtime
Expand Down

0 comments on commit 4e996e9

Please sign in to comment.