Skip to content

Commit

Permalink
fix(deps): Point to commit instead of branch
Browse files Browse the repository at this point in the history
Currently, Cargo fails to find `https://github.com/fission-codes/rs-car-mirror.git?branch=matheus23/streaming` because that branch no longer exists.
  • Loading branch information
emmyoh committed Mar 3, 2024
1 parent ea0c17d commit 63d20cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures = "0.3.25"
bytes = "1.4"
blake3 = "1.3"
chrono = "0.4.24"
car-mirror = { git = "https://github.com/fission-codes/rs-car-mirror.git", branch = "matheus23/streaming", features = ["quick_cache"] }
car-mirror = { git = "https://github.com/fission-codes/rs-car-mirror.git", rev = "ec0a4d56", features = ["quick_cache"] }
cid = "0.10"
clap = { version = "4.2", features = ["derive"] }
ignore = "0.4.20"
Expand Down

0 comments on commit 63d20cc

Please sign in to comment.