Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add :crypto dependency to extra_applications #56

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

vbaranov
Copy link
Contributor

Adding :crypto dependency to extra_applications because of warning:

warning: :crypto.hash/2 defined in application :crypto is used by the current application but the current application does not depend on :crypto. To fix this, you must do one of:

  1. If :crypto is part of Erlang/Elixir, you must include it under :extra_applications inside "def application" in your mix.exs

  2. If :crypto is a dependency, make sure it is listed under "def deps" in your mix.exs

  3. In case you don't want to add a requirement to :crypto, you may optionally skip this warning by adding [xref: [exclude: [:crypto]]] to your "def project" in mix.exs

  lib/cid.ex:84: Cid.create_multihash/1

while integrating :cid package.

Copy link
Member

@nelsonic nelsonic left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vbaranov thanks for the addition. 🙏
Merging. :shipit:
Follow-up task to publish new version: #57

@nelsonic nelsonic merged commit eae8a14 into dwyl:main Jun 21, 2024
1 check passed
nelsonic added a commit that referenced this pull request Jun 23, 2024
@nelsonic
Copy link
Member

@vbaranov Package published to https://hex.pm/packages/excid/1.0.2 📦 🚀 contains your change. Thanks again. 👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants