Skip to content

Commit 19f3121

Browse files
committed
chore: Release
1 parent ef0f8e3 commit 19f3121

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = ["derive", ".", "examples/*"]
33

44
[workspace.package]
5-
version = "0.1.7"
5+
version = "0.1.8"
66
edition = "2021"
77
license = "Apache-2.0"
88
description = "FastEdge Rust SDK that helps you to create edge cloud application using WASM"
@@ -29,7 +29,7 @@ default = []
2929
json = ["serde_json"]
3030

3131
[dependencies]
32-
fastedge-derive = { path = "derive", version = "0.1.7" }
32+
fastedge-derive = { path = "derive", version = "0.1.8" }
3333
http = "1.1.0"
3434
bytes = "^1.5"
3535
wit-bindgen = "0.30.0"

examples/secret/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
fastedge = { path = "../../" }
12-
anyhow = "1.0"
12+
anyhow = "1.0"

0 commit comments

Comments
 (0)