Skip to content

Commit

Permalink
Merge pull request #926 from akoshelev/tokio-fs
Browse files Browse the repository at this point in the history
Include tokio fs feature
  • Loading branch information
akoshelev authored Jan 18, 2024
2 parents fda4d0c + 86b7622 commit d450bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ sha2 = "0.10"
shuttle-crate = { package = "shuttle", version = "0.6.1", optional = true }
thiserror = "1.0"
time = { version = "0.3", optional = true }
tokio = { version = "1.28", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.28", features = ["fs", "rt", "rt-multi-thread", "macros"] }
# TODO: axum-server holds onto 0.24 and we can't upgrade until they do. Or we move away from axum-server
tokio-rustls = { version = "0.24", optional = true }
tokio-stream = "0.1.14"
Expand Down

0 comments on commit d450bb4

Please sign in to comment.