Skip to content

Commit

Permalink
Merge pull request #1041 from golemfactory/2rec/bump-crates-ver
Browse files Browse the repository at this point in the history
[tomls] bump subcrates minor version
  • Loading branch information
mfranciszkiewicz authored Feb 15, 2021
2 parents 483c832 + 5ee6349 commit ed55e85
Show file tree
Hide file tree
Showing 26 changed files with 263 additions and 134 deletions.
52 changes: 29 additions & 23 deletions Cargo.lock

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

34 changes: 17 additions & 17 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,32 +22,32 @@ name = "yagna"
path = "core/serv/src/main.rs"

[dependencies]
ya-activity = "0.2"
ya-activity = "0.3"
ya-compile-time-utils = "0.1"
ya-dummy-driver = { version = "0.1", optional = true }
ya-dummy-driver = { version = "0.2", optional = true }
ya-file-logging = "0.1"
ya-gnt-driver = { version = "0.1", optional = true }
ya-zksync-driver = { version = "0.1", optional = true }
ya-gnt-driver = { version = "0.2", optional = true }
ya-zksync-driver = { version = "0.2", optional = true }
ya-identity = "0.2"
ya-market = "0.2"
ya-market = "0.3"
ya-metrics = "0.1"
ya-net = { version = "0.1", features = ["service"] }
ya-payment = "0.1"
ya-net = { version = "0.2", features = ["service"] }
ya-payment = "0.2"
ya-persistence = "0.2"
ya-sb-proto = "0.1"
ya-sb-router = "0.3"
ya-sb-proto = "0.2"
ya-sb-router = "0.4"
ya-service-api = "0.1"
ya-service-api-derive = "0.1"
ya-service-api-interfaces = "0.1"
ya-service-api-web = "0.1"
ya-service-bus = "0.3"
ya-service-bus = "0.4"
ya-sgx = "0.1"
ya-utils-path = "0.1"
ya-utils-futures = "0.1"
ya-utils-process = { version = "0.1", features = ["lock"] }
ya-version = "0.1"

gftp = { version = "0.1", optional = true } # just to enable gftp build for cargo-deb
gftp = { version = "^0.2", optional = true } # just to enable gftp build for cargo-deb
ya-provider = { version = "0.2", optional = true } # just to enable conditionally running some tests

actix-rt = "1.0"
Expand Down Expand Up @@ -166,14 +166,14 @@ ya-service-api-interfaces = { path = "core/serv-api/interfaces" }
ya-service-api-web = { path = "core/serv-api/web" }

## SERVICE BUS
ya-service-bus = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
ya-sb-proto = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
ya-sb-router = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
#ya-service-bus = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
#ya-sb-proto = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
#ya-sb-router = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}
#ya-sb-util = { git = "https://github.com/golemfactory/ya-service-bus.git", rev = "6b494e17d7a662e0b710af8c5a2e99ab4007fdb9"}

## CLIENT
ya-client = { git = "https://github.com/golemfactory/ya-client.git", rev = "4099adb99dadbc8929caba33538806f5e10d5920"}
ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", rev = "4099adb99dadbc8929caba33538806f5e10d5920"}
#ya-client = { git = "https://github.com/golemfactory/ya-client.git", branch = "release/v0.5"}
#ya-client-model = { git = "https://github.com/golemfactory/ya-client.git", branch = "release/v0.5"}

#ya-client = { path = "../ya-client" }
#ya-client-model = { path = "../ya-client/model" }
Expand Down
8 changes: 4 additions & 4 deletions agent/provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ path = "src/main.rs"
time-dependent-tests = []

[dependencies]
ya-agreement-utils = "0.2"
ya-client = { version = "0.4", features = ['cli'] }
ya-client-model = "0.2"
ya-agreement-utils = { version = "^0.2"}
ya-client = { version = "0.5", features = ['cli'] }
ya-client-model = "0.3"
ya-compile-time-utils = "0.1"
ya-core-model = { version = "0.2", features = ['activity', 'payment'] }
ya-core-model = { version = "^0.3", features = ['activity', 'payment'] }
ya-file-logging = "0.1"
ya-utils-actix = "0.1"
ya-utils-path = "0.1"
Expand Down
Loading

0 comments on commit ed55e85

Please sign in to comment.