From 02c201e7bbd6582b1b275c54441c85809314216f Mon Sep 17 00:00:00 2001 From: Mr-Leshiy Date: Thu, 18 Jan 2024 13:59:52 +0200 Subject: [PATCH] fix README.md --- hermes/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hermes/README.md b/hermes/README.md index cb9497ba6..a79b571cb 100644 --- a/hermes/README.md +++ b/hermes/README.md @@ -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 ```