Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Dec 17, 2024
1 parent 346ac4d commit bb77eb6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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.10"
version = "0.1.11"
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.10" }
fastedge-derive = { path = "derive", version = "0.1.11" }
http = "1.1.0"
bytes = "^1.5"
wit-bindgen = "0.30.0"
Expand Down

0 comments on commit bb77eb6

Please sign in to comment.