docs: update readme to include caveat
This commit is contained in:
parent
f1a2ae0311
commit
0c1f4ba125
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -42,6 +42,7 @@ The available toolchain in the image are:
|
||||||
- cargo-chef
|
- cargo-chef
|
||||||
- cargo-hack
|
- cargo-hack
|
||||||
- release-plz
|
- release-plz
|
||||||
|
- perl
|
||||||
|
|
||||||
### Scripts
|
### Scripts
|
||||||
|
|
||||||
|
@ -57,3 +58,13 @@ steps:
|
||||||
- name: Check for Ignored Files
|
- name: Check for Ignored Files
|
||||||
run: check-for-ignored
|
run: check-for-ignored
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Caveats
|
||||||
|
|
||||||
|
### native-tls
|
||||||
|
|
||||||
|
This crate *must* use the `vendored` feature in order to compile in the Alpine Linux image.
|
||||||
|
|
||||||
|
```toml
|
||||||
|
native-tls = { version = "0.2", features = ["vendored"] }
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue