Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Oct 22, 2024
1 parent 01282e5 commit ce8109d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
members = ["derive", ".", "examples/*"]

[workspace.package]
version = "0.1.9"
version = "0.1.10"
edition = "2021"
license = "Apache-2.0"
description = "FastEdge Rust SDK that helps you to create edge cloud application using WASM"
Expand All @@ -29,7 +29,7 @@ default = []
json = ["serde_json"]

[dependencies]
fastedge-derive = { path = "derive", version = "0.1.9" }
fastedge-derive = { path = "derive", version = "0.1.10" }
http = "1.1.0"
bytes = "^1.5"
wit-bindgen = "0.30.0"
Expand Down

0 comments on commit ce8109d

Please sign in to comment.