Skip to content

Commit

Permalink
chore(handlers): embed enable compression feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Sep 28, 2022
1 parent fe44eb3 commit 57121e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz-handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tokio-util = { version = "0.7.4", optional = true }

# embed
hex = { version = "0.4", optional = true }
rust-embed = { version = "6.4.1", optional = true }
rust-embed = { version = "6.4.1", features = ["compression"], optional = true }

# OpenTelemetry
opentelemetry = { version = "0.18.0", default-features = false, optional = true }
Expand Down

0 comments on commit 57121e4

Please sign in to comment.