We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a30d4e commit 02c201eCopy full SHA for 02c201e
hermes/README.md
@@ -4,9 +4,11 @@ An implementation of the Hermes core engine in Rust
4
5
## Build notes
6
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.
+Unfortunately during the build process you could face with the known problem
+[tower/issues/466](https://github.com/tower-rs/tower/issues/466),
9
+[indexmap/issues/151](https://github.com/indexmap-rs/indexmap/issues/151).
10
The only workaround for now is to explicitly provide `CARGO_FEATURE_STD=1`.
11
+
12
```shell
13
CARGO_FEATURE_STD=1 cargo b
14
```
0 commit comments