diff options
author | 2025-04-10 01:32:22 +0100 | |
---|---|---|
committer | 2025-04-10 01:38:58 +0100 | |
commit | 92f4fd88295cb39bf865e10b0a28cc36acb5276a (patch) | |
tree | f9305a010fe7f13e4646733201916d12f717424d /Cargo.toml | |
parent | 54ed5c978e018276c79c211cbfa31bd908cf4c5e (diff) | |
download | peanuts-92f4fd88295cb39bf865e10b0a28cc36acb5276a.tar.gz peanuts-92f4fd88295cb39bf865e10b0a28cc36acb5276a.tar.bz2 peanuts-92f4fd88295cb39bf865e10b0a28cc36acb5276a.zip |
feat: use git repo for dependency `circular`
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ edition = "2021" [dependencies] pin-project = "1" async-recursion = "1.1.1" -circular = { version = "0.3.0", path = "../circular" } +circular = { version = "0.3.0", git = "https://bunny.garden/forks/circular" } futures = "0.3.30" futures-util = { version = "0.3.31", features = ["sink"] } nom = "7.1.3" |