Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed May 15, 2024
1 parent 353c7f0 commit 806d89a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.3.7"
version = "0.3.8"
edition = "2021"
publish = false
authors = ["FastEdge Development Team"]
Expand Down
2 changes: 1 addition & 1 deletion crates/candle-wasi-nn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ candle-transformers = { version = "0.3", features = ["accelerate"] }

[target.'cfg(not(target_os = "macos"))'.dependencies]
candle-core = { version = "0.3" }
candle-transformers = { version = "0.3" }
candle-transformers = { version = "0.3" }
2 changes: 1 addition & 1 deletion crates/http-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ url = "2.5.0"
[dev-dependencies]
claims = "0.7"
tracing-test = "0.2"
mock-http-connector = "0.3"
mock-http-connector = "0.3"
2 changes: 1 addition & 1 deletion crates/reactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ description = "Main reactor module with world exports and all generated bindgen
[dependencies]
wasmtime = { workspace = true, features = ["component-model"] }
tracing = {workspace = true}
anyhow = { workspace = true }
anyhow = { workspace = true }

0 comments on commit 806d89a

Please sign in to comment.