Skip to content

Commit

Permalink
Merge pull request #3 from L-jasmine/fix/Cargo
Browse files Browse the repository at this point in the history
Fix Cargo.toml
  • Loading branch information
juntao authored Apr 29, 2024
2 parents a6093de + f38a4b4 commit a603f01
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 a603f01

Please sign in to comment.