Skip to content

Commit

Permalink
Fix for wasm runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi3700 committed Nov 2, 2024
1 parent 507d4b2 commit 1383b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ once_cell = "1.20.2"
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.214", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.0", features = ["macros", "rt"] }

0 comments on commit 1383b7b

Please sign in to comment.