Skip to content

Commit

Permalink
Reduce tokio feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Feb 16, 2024
1 parent 5e18226 commit 8ea3e8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omniqueue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@ serde = "1.0.196"
serde_json = "1"
svix-ksuid = { version = "0.7.0", optional = true }
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tokio = { version = "1", features = ["rt", "sync", "time"] }
tokio-util = { version = "0.7", optional = true }
tracing = "0.1"

[dev-dependencies]
fastrand = "1.9"
serde = { version = "1.0.196", features = ["derive"] }
tokio = { version = "1", features = ["macros"] }
tokio-executor-trait = "2.1"
tokio-reactor-trait = "1.1"

Expand Down

0 comments on commit 8ea3e8d

Please sign in to comment.