Skip to content

Commit

Permalink
Revision with lacking feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nieznanysprawiciel committed Sep 10, 2024
1 parent 15614db commit eccb309
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ members = [
]

[dependencies]
ya-gsb-http-proxy = { git = "https://github.com/golemfactory/yagna.git", rev = "239a359184cd428eff17dedc45cbee5e9bf6053f" }
ya-core-model = { git = "https://github.com/golemfactory/yagna.git", rev = "239a359184cd428eff17dedc45cbee5e9bf6053f", features = ["activity", "appkey"] }
ya-runtime-api = { git = "https://github.com/golemfactory/yagna.git", rev = "239a359184cd428eff17dedc45cbee5e9bf6053f" }
ya-utils-process = { git = "https://github.com/golemfactory/yagna.git", rev = "239a359184cd428eff17dedc45cbee5e9bf6053f" }
ya-gsb-http-proxy = { git = "https://github.com/golemfactory/yagna.git", rev = "ca8082417c353862a21beff5d3a6e08441ba1e20" }
ya-core-model = { git = "https://github.com/golemfactory/yagna.git", rev = "ca8082417c353862a21beff5d3a6e08441ba1e20", features = ["activity", "appkey"] }
ya-runtime-api = { git = "https://github.com/golemfactory/yagna.git", rev = "ca8082417c353862a21beff5d3a6e08441ba1e20" }
ya-utils-process = { git = "https://github.com/golemfactory/yagna.git", rev = "ca8082417c353862a21beff5d3a6e08441ba1e20" }
ya-service-bus = "0.7.3"
ya-client-model = "0.7"
ya-agreement-utils = "0.5"
ya-transfer = { git = "https://github.com/golemfactory/yagna.git", rev = "239a359184cd428eff17dedc45cbee5e9bf6053f" }
ya-counters = { git = "https://github.com/golemfactory/yagna.git", rev = "239a359184cd428eff17dedc45cbee5e9bf6053f" }
ya-transfer = { git = "https://github.com/golemfactory/yagna.git", rev = "ca8082417c353862a21beff5d3a6e08441ba1e20" }
ya-counters = { git = "https://github.com/golemfactory/yagna.git", rev = "ca8082417c353862a21beff5d3a6e08441ba1e20" }
gpu-detection = { path = "gpu-detection" }

actix = "0.13"
Expand Down

0 comments on commit eccb309

Please sign in to comment.