Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
nacardin committed Jul 11, 2024
1 parent 27d5b30 commit 646f071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ async-trait = "0.1.41"
event-listener = "5.3.1"
tokio = { version = "1.3.0", features = ["macros"] }
# fluvio-future = { version = "0.6.2", features = ["net", "task"] }
fluvio-future = { git = "https://github.com/nacardin/future-aio", rev = "0c5a462da4c64235723072af44f4acec47f165f0", features = ["net", "task"] }
fluvio-future = { git = "https://github.com/nacardin/future-aio", rev = "3274b66e7b04d83a4a337def795ef3a3c5589641", features = ["net", "task"] }
# fluvio-future = { path = "../future-aio", features = ["net", "task"] }

[dev-dependencies]
bytes = "1.0.0"
flv-util = { version = "0.5.0", features = ["fixture"] }
# fluvio-future = { version = "0.6.2", features = ["fixture", "timer"] }
fluvio-future = { git = "https://github.com/nacardin/future-aio", rev = "0c5a462da4c64235723072af44f4acec47f165f0", features = ["fixture", "timer"] }
fluvio-future = { git = "https://github.com/nacardin/future-aio", rev = "3274b66e7b04d83a4a337def795ef3a3c5589641", features = ["fixture", "timer"] }
# fluvio-future = { path = "../future-aio", features = ["fixture", "timer"] }

0 comments on commit 646f071

Please sign in to comment.