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 9132813 commit 316fe4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ repository = "https://github.com/brotsky.com/dbus-secret-service.git"
keywords = ["secret-service", "password", "linux", "dbus"]
license = "MIT OR Apache-2.0"
name = "dbus-secret-service"
version = "4.0.0-rc.1"
version = "4.0.0-rc.2"
edition = "2021"
rust-version = "1.70"
exclude = [".github/"]

[features]
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 316fe4e

Please sign in to comment.