Skip to content

Commit

Permalink
fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
alecmocatta committed Jul 20, 2020
1 parent 8b9d230 commit c02e005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amadeus-core/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_closure = "0.3"
streaming_algorithms = "0.3"
sum = { version = "0.1", features = ["futures", "serde"] }
tokio = "0.2"
tokio = { version = "0.2", features = ["blocking", "rt-core"] }
walkdir = "2.2"
widestring = "0.4"

Expand Down

0 comments on commit c02e005

Please sign in to comment.