Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
toastxc committed Jul 28, 2023
1 parent efe2629 commit b0a0c90
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 @@ -45,4 +45,4 @@ tokio = { version = "1.29.1", features = ["net", "macros", "rt-multi-thread", "f
urlencoding = "2.1.2"
toml = "0.7.5"
reywen = { path = "." }
reywen_http = "*"
reywen_http = { version = "0.1.13", features = ["serde"] }

0 comments on commit b0a0c90

Please sign in to comment.