Skip to content

Commit

Permalink
[comm-lib] Add missing feature dependency to Cargo.toml
Browse files Browse the repository at this point in the history
Summary: Noticed that this was missing and compilation failed for services with enabled `blob-client` feature, but disabled `http` feature.

Test Plan: cargo build -p comm-lib --all-features

Reviewers: varun, will, kamil

Reviewed By: kamil

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D13649
  • Loading branch information
barthap committed Oct 14, 2024
1 parent b5d7583 commit 4dd91d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/comm-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ blob-client = [
"dep:reqwest",
"dep:futures-core",
"dep:futures-util",
"dep:tokio-stream",
]
http = [
"dep:actix-cors",
Expand Down

0 comments on commit 4dd91d9

Please sign in to comment.