You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by jm...@apache.org on 2022/11/22 05:58:55 UTC

[skywalking-php] branch master updated: Make explicit rust version requirement (#35)

This is an automated email from the ASF dual-hosted git repository.

jmjoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-php.git


The following commit(s) were added to refs/heads/master by this push:
     new 9692ad8  Make explicit rust version requirement (#35)
9692ad8 is described below

commit 9692ad8ae410afe6580c1baaa2acc00861b350d9
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Tue Nov 22 13:58:51 2022 +0800

    Make explicit rust version requirement (#35)
---
 docs/en/contribution/compiling.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/contribution/compiling.md b/docs/en/contribution/compiling.md
index 9b4be77..b928840 100644
--- a/docs/en/contribution/compiling.md
+++ b/docs/en/contribution/compiling.md
@@ -20,7 +20,7 @@ brew install php
 
 ## Install Rust Environment
 
-Install Rust globally.
+Install Rust 1.65.0+ globally.
 
 For Linux user: