Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
w-sodalite committed Jan 23, 2024
1 parent 7826ebd commit ea61f81
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

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

[workspace.package]
version = "0.2.1"
version = "0.2.2"
edition = "2021"
license = "Apache-2.0"
license-file = "LICENSE"
Expand All @@ -19,12 +19,12 @@ readme = "README.md"
repository = "https://github.com/w-sodalite/satex.git"

[workspace.dependencies]
satex-core = { path = "satex-core", version = "0.2.1" }
satex-serve = { path = "satex-serve", version = "0.2.1" }
satex-layer = { path = "satex-layer", version = "0.2.1" }
satex-matcher = { path = "satex-matcher", version = "0.2.1" }
satex-service = { path = "satex-service", version = "0.2.1" }
satex-discovery = { path = "satex-discovery", version = "0.2.1" }
satex-core = { path = "satex-core", version = "0.2.2" }
satex-serve = { path = "satex-serve", version = "0.2.2" }
satex-layer = { path = "satex-layer", version = "0.2.2" }
satex-matcher = { path = "satex-matcher", version = "0.2.2" }
satex-service = { path = "satex-service", version = "0.2.2" }
satex-discovery = { path = "satex-discovery", version = "0.2.2" }

url = { version = "2.5" }
rand = { version = "0.8" }
Expand Down
2 changes: 1 addition & 1 deletion satex-serve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ rustls-pki-types = { workspace = true }
pin-project-lite = { workspace = true }
tracing-subscriber = { workspace = true }
async-stream = { version = "0.3" }
hyper-util = { workspace = true, features = ["server-auto"] }
hyper-util = { workspace = true, features = ["server-auto"] }
2 changes: 1 addition & 1 deletion satex-serve/banner.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
____ __
/ __/___ _ / /_ ___ __ __
_\ \ / _ `// __// -_)\ \ /
/___/ \_,_/ \__/ \__//_\_\ ::v0.2.1::
/___/ \_,_/ \__/ \__//_\_\ ::v0.2.2::

0 comments on commit ea61f81

Please sign in to comment.