Skip to content

Commit

Permalink
Update crates artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao committed Jan 28, 2024
1 parent 03a2ec8 commit b5a6d2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
target="wasm32-wasi"

[target.wasm32-wasi]
runner="wasmedge"
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
url = "2.3"
tokio_wasi = { version = "1", features = ["io-util", "fs", "net", "time", "rt", "macros"] }
qdrant_rest_client = { git = "https://github.com/juntao/qdrant-rest-client/" }
qdrant_rest_client = { git = "https://github.com/second-state/qdrant-rest-client/" }

0 comments on commit b5a6d2a

Please sign in to comment.