Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Oct 21, 2024
1 parent ef0f8e3 commit 19f3121
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 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.7"
version = "0.1.8"
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.7" }
fastedge-derive = { path = "derive", version = "0.1.8" }
http = "1.1.0"
bytes = "^1.5"
wit-bindgen = "0.30.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/secret/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib"]

[dependencies]
fastedge = { path = "../../" }
anyhow = "1.0"
anyhow = "1.0"

0 comments on commit 19f3121

Please sign in to comment.