Skip to content

Commit

Permalink
added description field
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jul 19, 2023
1 parent b65b6c0 commit 7770c96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ defmodule Adbc.MixProject do
deps: deps(),
package: package(),
docs: docs(),
description: "Apache Arrow ADBC bindings for Elixir",
compilers: [:elixir_make] ++ Mix.compilers(),
make_precompiler: {:nif, CCPrecompiler},
make_precompiler_url: "#{@github_url}/releases/download/v#{@version}/@{artefact_filename}",
Expand Down Expand Up @@ -47,7 +48,7 @@ defmodule Adbc.MixProject do
defp deps do
[
# compilation
{:cc_precompiler, "~> 0.1.0", runtime: false},
{:cc_precompiler, "~> 0.1", runtime: false},
{:elixir_make, "~> 0.7.0", runtime: false},

# runtime
Expand Down

0 comments on commit 7770c96

Please sign in to comment.