You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/11/22 05:21:03 UTC

[GitHub] [skywalking-php] wu-sheng opened a new pull request, #35: Make explicit rust version requirement

wu-sheng opened a new pull request, #35:
URL: https://github.com/apache/skywalking-php/pull/35

   I was facing Rustc error as 1.65+ is required. And I find out there is no rust 1.65 on brew(https://formulae.brew.sh/formula/rust). 
   
   So, I have to follow Rust release blog(https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html), and use `rustup update stable` command to upgrade the rust version


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-php] jmjoy commented on pull request #35: Make explicit rust version requirement

Posted by GitBox <gi...@apache.org>.
jmjoy commented on PR #35:
URL: https://github.com/apache/skywalking-php/pull/35#issuecomment-1323104103

   Do you know how to promote brew to update the rust version?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-php] wu-sheng commented on pull request #35: Make explicit rust version requirement

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #35:
URL: https://github.com/apache/skywalking-php/pull/35#issuecomment-1323106138

   > Do you know how to promote brew to update the rust version?
   
   I tried `brew upgrade rust`, but it didn't work. Because there isn't 1.65 actually here, 
   
   ```
   > brew upgrade rust
   Running `brew update --auto-update`...
   ==> Auto-updated Homebrew!
   Updated 1 tap (homebrew/core).
   
   You have 15 outdated formulae installed.
   You can upgrade them with brew upgrade
   or list them with brew outdated.
   
   Warning: rust 1.64.0 already installed
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-php] jmjoy merged pull request #35: Make explicit rust version requirement

Posted by GitBox <gi...@apache.org>.
jmjoy merged PR #35:
URL: https://github.com/apache/skywalking-php/pull/35


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-php] wu-sheng commented on pull request #35: Make explicit rust version requirement

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on PR #35:
URL: https://github.com/apache/skywalking-php/pull/35#issuecomment-1323110436

   The `brew version` should be managed by the rust team, actually. They registered this project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [skywalking-php] jmjoy commented on pull request #35: Make explicit rust version requirement

Posted by GitBox <gi...@apache.org>.
jmjoy commented on PR #35:
URL: https://github.com/apache/skywalking-php/pull/35#issuecomment-1328877707

   Now the rust version in brew has updated to 1.65.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org