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

chore: update deps and change edition to 2021 #36

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Commits on Aug 4, 2023

  1. chore: update deps and change edition to 2021

    - fix(WIP): core changes
    
    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    03fd7e4 View commit details
    Browse the repository at this point in the history
  2. chore: bump MSRV and use stable in actions

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    9e25da1 View commit details
    Browse the repository at this point in the history
  3. fix: clippy & rustfmt

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8a9c31e View commit details
    Browse the repository at this point in the history
  4. chore: bump MSRV to 1.67.1 because of time

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    a814f0e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. feat(ci): cancel running workflows on new push

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c3e85e4 View commit details
    Browse the repository at this point in the history
  2. fix: patch openssl, reflink

    Without this change, the mentioned crates don't compile. OpenSSL has an issue with finding the RANLIB binary on the system and reflink has errors in its source which are resolved on GitHub but unpublished.
    sleeyax committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7e8c2d8 View commit details
    Browse the repository at this point in the history
  3. chore: update NDK version

    sleeyax committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7b8d40a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7644a47 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Merge pull request #37 from Stremio/sleeyax/update-core-and-deps

    fix: patch openssl & reflink
    elpiel committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    f7713d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1112f97 View commit details
    Browse the repository at this point in the history
  3. chore: format code

    sleeyax committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    4b2e6de View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Merge pull request #40 from Stremio/feat/core-events

    feat: implement `StreamsPushedToStorage` and `NotificationsPushedToStorage` events
    elpiel committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    83a1e22 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. chore(ci): release - remove clippy and rustfmt

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    862ee41 View commit details
    Browse the repository at this point in the history
  2. chore: update deps

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    5304a98 View commit details
    Browse the repository at this point in the history
  3. chore: remove old comments

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e6588cb View commit details
    Browse the repository at this point in the history
  4. chore: rustfmt

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    c18a038 View commit details
    Browse the repository at this point in the history
  5. fix(ci): release type

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    0e639bc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. chore: Update CW Preview and action MarkAsWatched video

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fccc85d View commit details
    Browse the repository at this point in the history
  2. chore: Add missing runtime events for notifications

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0b39eef View commit details
    Browse the repository at this point in the history
  3. fix: deprecation warnings

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b009a40 View commit details
    Browse the repository at this point in the history
  4. fix: Apply patch to openssl-src for android ranlib

    Signed-off-by: Lachezar Lechev <[email protected]>
    elpiel committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    bc978a6 View commit details
    Browse the repository at this point in the history