Skip to content

Commit

Permalink
Add the "vendored" feature.
Browse files Browse the repository at this point in the history
Also update the version.
  • Loading branch information
brotskydotcom committed Jul 5, 2024
1 parent 23be270 commit 02c7bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.70"
exclude = [".github/"]

[features]
vendored = ["dbus/vendored"]
vendored = ["dbus/vendored", "openssl?/vendored"]
crypto-rust = ["dep:aes", "dep:block-padding", "dep:cbc", "dep:sha2", "dep:hkdf"]
crypto-openssl = ["dep:openssl"]

Expand Down

0 comments on commit 02c7bd9

Please sign in to comment.