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

deps: install server_sent_event_stage #2117

Merged
merged 1 commit into from
Aug 1, 2024

Commits on Jul 31, 2024

  1. deps: install server_sent_event_stage

    Installs server_sent_event_stage which requires also adding `castore`
    with explicitly to the `mix.exs` and specifying `override: true`.
    
    server_sent_event_stage expects `{:castore, "~> 0.1"}` but castore
    1.0.8 is already installed by another dependency. We can remove the
    `override: true` once server_sent_event_stage has been updated to
    support newer versions of castore.
    
    The move to from `0.1.x` to `1.0.x` versions in castore was a
    non-breaking change[^1]. Subsequent patch versions of castore are simply
    updates to the certificates included (removing old/expired certs and
    adding new ones).
    
    
    [^1]: castore 0.1.22..1.0.0: https://diff.hex.pm/diff/castore/0.1.22..1.0.0
    sloanelybutsurely authored and sloane committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    2dc836d View commit details
    Browse the repository at this point in the history