Skip to content

Commit

Permalink
Merge branch 'master' of github.com:golemfactory/ya-client into tokio…
Browse files Browse the repository at this point in the history
…-update-v1.x
  • Loading branch information
nieznanysprawiciel committed May 23, 2022
2 parents 1566274 + c1240c5 commit d348212
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ya-client"
version = "0.5.3"
version = "0.6.0"
description = "Yagna REST API client async binding"
authors = ["Golem Factory <[email protected]>"]
homepage = "https://github.com/golemfactory/ya-client"
Expand All @@ -19,7 +19,7 @@ members = [
]

[dependencies]
ya-client-model = { version= "^0.3", path = "model" }
ya-client-model = { version= "^0.4", path = "model" }

awc = "3"
actix-codec = "0.5"
Expand Down Expand Up @@ -51,5 +51,5 @@ env_logger = "0.9"
structopt = "0.3"

[package.metadata.release]
no-dev-version = true
dev-version = false
enable-all-features = true
4 changes: 2 additions & 2 deletions model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ya-client-model"
version = "0.3.2"
version = "0.4.0"
description = "Yagna REST API data model"
authors = ["Golem Factory <[email protected]>"]
homepage = "https://github.com/golemfactory/ya-client"
Expand Down Expand Up @@ -30,5 +30,5 @@ secp256k1 = { version = "0.19", optional = true }
openssl = { version = "0.10", optional = true }

[package.metadata.release]
no-dev-version = true
dev-version = false
enable-all-features = true
2 changes: 1 addition & 1 deletion release.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sign-commit=true
sign-tag=true
no-dev-version=true
dev-version=false
pre-release-commit-message="release {{crate_name}} {{version}}"
enable-all-features=true

0 comments on commit d348212

Please sign in to comment.