Skip to content

Commit

Permalink
Higher-ranked lifetime error workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Aug 11, 2023
1 parent 6c19b1b commit 52ada99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ OCI Registry As Nix Cache
warp = "*"
reqwest = "*"
hyper = "*"
# wait for a release containing krustlet/oci-distribution#57 and #71
oci-distribution = { git = "https://github.com/krustlet/oci-distribution" }
# wait for a release containing krustlet/oci-distribution#57, #71, and #90
oci-distribution = { git = "https://github.com/linyinfeng/oci-distribution" }
clap = { version = "*", features = [ "cargo", "derive" ] }
clap_complete = "*"
tokio = {version = "*", features = [ "macros", "rt-multi-thread" ] }
Expand Down

0 comments on commit 52ada99

Please sign in to comment.