Skip to content

Commit 6ff3978

Browse files
committed
edgee: release 0.9.0
1 parent 9a3471a commit 6ff3978

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.8"
6+
version = "0.9.0"
77
authors = ["Edgee <[email protected]>"]
88
license = "Apache-2.0"
99
keywords = ["edgee"]
@@ -85,6 +85,6 @@ pretty_assertions = "1.4.1"
8585

8686
edgee-sdk = "1.6.1"
8787

88-
edgee-api-client = { version = "0.8.0", path = "crates/api-client" }
89-
edgee-server = { version = "0.8.0", path = "crates/server" }
90-
edgee-components-runtime = { version = "0.8.0", path = "crates/components-runtime" }
88+
edgee-api-client = { version = "0.9.0", path = "crates/api-client" }
89+
edgee-server = { version = "0.9.0", path = "crates/server" }
90+
edgee-components-runtime = { version = "0.9.0", path = "crates/components-runtime" }

0 commit comments

Comments
 (0)