We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 352c1a0 + 2eb6ef4 commit 8956e1aCopy full SHA for 8956e1a
README.md
@@ -91,6 +91,9 @@ npm_config_target_arch=x64 yarn
91
92
Note: you need rustup in order to build rust-bindings (can be installed from [rust-lang.org](https://www.rust-lang.org/tools/install))
93
94
+Please ensure that the rust version used is matching the one in the `pipeline.yml` under `.github/workflows` path.
95
+For example, at the time of writing, version is 1.73. Use the command `rustup override set 1.73` to set to a specific version.
96
+
97
To build the project run
98
99
```shell
0 commit comments