Skip to content

Commit

Permalink
Add tokio features that somehow weren't needed before and used to pas…
Browse files Browse the repository at this point in the history
…s CI
  • Loading branch information
Sliman4 committed Jul 12, 2024
1 parent 5558444 commit 0881fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ near-lake-framework = { version = "=0.7.9", optional = true }
near-indexer-primitives = "0.23.0"
serde_json = "1.0.115"
tokio-stream = "0.1.15"
tokio = { version = "1.37.0", features = [ "signal" ] }
tokio = { version = "1.37.0", features = [ "signal", "fs", "rt", "sync" ] }
reqwest = { version = "0.12.4", optional = true }
serde = { version = "1.0.198", features = ["derive"] }
semver = "1.0.22"
Expand Down

0 comments on commit 0881fcc

Please sign in to comment.