Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Jan 18, 2024
1 parent 0a30d4e commit 02c201e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions hermes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ An implementation of the Hermes core engine in Rust

## Build notes

Unfortunately during the build process
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),
[indexmap/issues/151](https://github.com/indexmap-rs/indexmap/issues/151).
The only workaround for now is to explicitly provide `CARGO_FEATURE_STD=1`.

```shell
CARGO_FEATURE_STD=1 cargo b
```

0 comments on commit 02c201e

Please sign in to comment.