Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Nov 17, 2022
1 parent a0448f4 commit 0076773
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions 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
@@ -1,7 +1,7 @@
[package]
name = "ya-runtime-http-auth"
description = "HTTP authentication runtime for exposing services on Golem Network"
version = "0.2.1"
version = "0.3.0"
authors = ["Golem Factory <[email protected]>"]
homepage = "https://github.com/golemfactory/ya-runtime-http-auth"
repository = "https://github.com/golemfactory/ya-runtime-http-auth"
Expand All @@ -21,7 +21,7 @@ nix = "0.23"
[dependencies]
#ya-runtime-sdk = { version = "0.4.0", features = ["macros"] }
ya-runtime-sdk = { git = "https://github.com/golemfactory/ya-runtime-sdk.git", rev = "85a88e5bd76fedd9ff9904952bc256856535e3cb", features = ["macros"]}
ya-http-proxy-client = { version = "0.2", path = "crates/ya-http-proxy-client" }
ya-http-proxy-client = { version = "0.3", path = "crates/ya-http-proxy-client" }

actix-rt = "2.7.0"
anyhow = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/ya-http-proxy-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ description = "ya-http-proxy Management API client"
authors = ["Golem Factory <[email protected]>"]
homepage = "https://github.com/golemfactory/ya-runtime-http-auth"
repository = "https://github.com/golemfactory/ya-runtime-http-auth"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "GPL-3.0"

[dependencies]
ya-http-proxy-model = { version = "0.2", path = "../ya-http-proxy-model"}
ya-http-proxy-model = { version = "0.3", path = "../ya-http-proxy-model"}

actix-http = {version = "3.2.2" }
anyhow = { version = "1" }
Expand Down
2 changes: 1 addition & 1 deletion crates/ya-http-proxy-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "HTTP authentication runtime and ya-http-proxy data model"
authors = ["Golem Factory <[email protected]>"]
homepage = "https://github.com/golemfactory/ya-runtime-http-auth"
repository = "https://github.com/golemfactory/ya-runtime-http-auth"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
license = "GPL-3.0"

Expand Down
4 changes: 2 additions & 2 deletions crates/ya-http-proxy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ya-http-proxy"
description = "HTTP proxy component for the HTTP authentication runtime"
version = "0.2.1"
version = "0.3.0"
authors = ["Golem Factory <[email protected]>"]
repository = "https://github.com/golemfactory/ya-runtime-http-auth"
edition = "2021"
Expand All @@ -26,7 +26,7 @@ required-features = [
]

[dependencies]
ya-http-proxy-model = { version = "0.2", path = "../ya-http-proxy-model"}
ya-http-proxy-model = { version = "0.3", path = "../ya-http-proxy-model"}

base64 = { version = "0.13" }
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 0076773

Please sign in to comment.