Skip to content

Commit

Permalink
build: remove openssl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobLinCool committed Jul 24, 2024
1 parent 1bdb876 commit ee9da62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gradio"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Jacob Lin <[email protected]>"]
description = "Gradio Client in Rust."
Expand Down Expand Up @@ -31,7 +31,7 @@ reqwest = { version = "0.12.5", features = [
"json",
"cookies",
"multipart",
] }
], default-features = false }
reqwest-eventsource = "0.6.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
Expand Down

0 comments on commit ee9da62

Please sign in to comment.