Skip to content

Commit

Permalink
Fix Cargo.toml
Browse files Browse the repository at this point in the history
Signed-off-by: csh <[email protected]>
  • Loading branch information
L-jasmine committed Apr 29, 2024
1 parent a6093de commit f38a4b4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ path = "src/lib.rs"
reqwest = { version = "0.11", default-features = false, features = [
"json",
"rustls-tls",
], git = "https://github.com/second-state/wasi_reqwest.git", branch = "0.11.x" }
]}

tokio = { version = "1", features = [
"full",
], git = "https://github.com/second-state/wasi_tokio.git", branch = "v1.36.x" }
tokio = { version = "1", features = ["full"]}

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit f38a4b4

Please sign in to comment.