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

issues with fetching floki as dependeny #562

Open
Levin opened this issue Apr 26, 2024 · 0 comments
Open

issues with fetching floki as dependeny #562

Levin opened this issue Apr 26, 2024 · 0 comments
Labels

Comments

@Levin
Copy link

Levin commented Apr 26, 2024

Description

when running mix deps.get ({:floki, ">= 0.30.0"}) we ran into a timeout
after specifying to {:floki, "==0.36.0"} everything went well

also, the current version on github is still displayed as "0.36.0" but in your git history, you already updated to "0.36.1".

To Reproduce

  • Using Floki v0.36.1
  • Using Elixir v1.16.2
  • Using Erlang OTP v26.2.4
  • With this code:

mix deps.get
mix.exs holds {:floki, ">= 0.30.0"}


## Expected behavior

mix should fetch the current version of floki
@Levin Levin added the Bug label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant