Skip to content

Commit 02c201e

Browse files
committed
fix README.md
1 parent 0a30d4e commit 02c201e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hermes/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ An implementation of the Hermes core engine in Rust
44

55
## Build notes
66

7-
Unfortunately during the build process
8-
you could face with the known problem https://github.com/tower-rs/tower/issues/466, https://github.com/indexmap-rs/indexmap/issues/151.
7+
Unfortunately during the build process you could face with the known problem
8+
[tower/issues/466](https://github.com/tower-rs/tower/issues/466),
9+
[indexmap/issues/151](https://github.com/indexmap-rs/indexmap/issues/151).
910
The only workaround for now is to explicitly provide `CARGO_FEATURE_STD=1`.
11+
1012
```shell
1113
CARGO_FEATURE_STD=1 cargo b
1214
```

0 commit comments

Comments
 (0)