Skip to content

Commit

Permalink
fix(msrv): set all logos crates to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Dec 6, 2024
1 parent 735720e commit 3bf77f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 6 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion stremio-core-protobuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ protox.workspace = true
glob.workspace = true

# 0.14.3 bumped MSRV to 1.75 and it's used in protox-parse
logos = "=0.14.2"
logos = "=0.14.2"
logos-codegen = "=0.14.2"
logos-derive = "=0.14.2"

0 comments on commit 3bf77f8

Please sign in to comment.