Skip to content

Commit 7b43e1e

Browse files
Boshenart049
authored andcommitted
feat(cargo-codspeed): add --features vendored-openssl
1 parent 5a02723 commit 7b43e1e

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cargo-codspeed/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ assert_cmd = "2.0.7"
2929
fs_extra = "1.2.0"
3030
predicates = "2.1.4"
3131
uuid = { version = "1.2.2", features = ["v4"] }
32+
33+
[features]
34+
vendored-openssl = ["cargo/vendored-openssl"]

crates/cargo-codspeed/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ A cargo subcommand for running CodSpeed on your project
1515
cargo install cargo-codspeed
1616
```
1717

18+
Feature `vendored-openssl` can be used to statically link with openssl with `cargo install cargo-codspeed --features vendored-openssl`.
19+
1820
## Usage
1921

2022
```

0 commit comments

Comments
 (0)