Skip to content

Commit

Permalink
fuck open-ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mon-ius committed May 4, 2024
1 parent 0d34769 commit da14b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hfd-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "hfd-cli"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
tokio = { version = "1.37.0", features = ["full"] }
clap = { version= "4.5.4", features=["derive"] }
hf-hub ={ version="0.3.2", features = ["tokio"]}
hf-hub ={ version="0.3.2", features = ["tokio", "rustls-tls"], default-features = false }

[[bin]]
name = "hfd"
Expand Down

0 comments on commit da14b40

Please sign in to comment.