Skip to content

Commit fe3bf30

Browse files
authored
Merge pull request #713 from helsinki-systems/fix/hubcaps_parsing
fix: hubscups, bump to fork to fix parsing errors
2 parents a09cd0b + 54830a3 commit fe3bf30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
cargoLock = {
9898
lockFile = ./Cargo.lock;
9999
outputHashes = {
100-
"hubcaps-0.6.2" = "sha256-yyHOCxUsehvtYfttRY4T9TDrJhSKGpJRa/SX3Sd1TNc=";
100+
"hubcaps-0.6.2" = "sha256-hv2zl9FEKvWuh3dG/ZA5UUdvghsvf8ZnRKnFaqZhUvg=";
101101
};
102102
};
103103
};

ofborg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fs2 = "0.4.3"
1414
futures-util = "0.3.25"
1515
#hubcaps = "0.6"
1616
# for Conclusion::Skipped which is in master
17-
hubcaps = { git = "https://github.com/softprops/hubcaps.git", rev = "d60d157b6638760fc725b2e4e4f329a4ec6b901e", default-features = false, features = ["app", "rustls-tls"] }
17+
hubcaps = { git = "https://github.com/ofborg/hubcaps.git", rev = "bbe2b3c1b87dcd0919bd5baf9f90827f7f8f5128", default-features = false, features = ["app", "rustls-tls"] }
1818
# hyper = { version = "0.14", features = ["full"] }
1919
hyper = "=0.10.*"
2020
# maybe can be removed when hyper is updated

0 commit comments

Comments
 (0)