Skip to content

Commit 6e28484

Browse files
committed
edgee: update to 1.0.0
1 parent e22c0e6 commit 6e28484

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.9.1"
6+
version = "1.0.0"
77
authors = ["Edgee <[email protected]>"]
88
license = "Apache-2.0"
99
keywords = ["edgee"]
@@ -86,6 +86,6 @@ pretty_assertions = "1.4.1"
8686

8787
edgee-sdk = "1.6.2"
8888

89-
edgee-api-client = { version = "0.9.1", path = "crates/api-client" }
90-
edgee-server = { version = "0.9.1", path = "crates/server" }
91-
edgee-components-runtime = { version = "0.9.1", path = "crates/components-runtime" }
89+
edgee-api-client = { version = "1.0.0", path = "crates/api-client" }
90+
edgee-server = { version = "1.0.0", path = "crates/server" }
91+
edgee-components-runtime = { version = "1.0.0", path = "crates/components-runtime" }

0 commit comments

Comments
 (0)