Skip to content

Commit ce8109d

Browse files
committed
chore: Release
1 parent 01282e5 commit ce8109d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.9"
5+
version = "0.1.10"
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.9" }
32+
fastedge-derive = { path = "derive", version = "0.1.10" }
3333
http = "1.1.0"
3434
bytes = "^1.5"
3535
wit-bindgen = "0.30.0"

0 commit comments

Comments
 (0)