Skip to content

Commit ea8a07e

Browse files
committed
chore: remove rsasig feature from the default
1 parent b3e9173 commit ea8a07e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

httpsig-hyper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ rust-version.workspace = true
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[features]
16-
default = ["blocking", "rsasig"]
16+
default = ["blocking"]
1717
blocking = ["futures/executor"]
1818
rsasig = ["httpsig/rsasig"]
1919

0 commit comments

Comments
 (0)