-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo build error #22
Comments
Find in Cargo.lock [[package]] And change version to 0.3.2, then run Works for me |
thank you,i will try it |
cargo generate-lockfile Caused by: Caused by: Caused by: Caused by: Caused by: |
Compiling mediasoup-sys v0.3.1
error[E0658]: use of unstable library feature 'str_strip': newly added
--> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/mediasoup-sys-0.3.1/build.rs:34:18
|
34 | .strip_suffix("libstdc++.a")
| ^^^^^^^^^^^^
|
= note: for more information, see rust-lang/rust#67302
error: aborting due to previous error
For more information about this error, try
rustc --explain E0658
.error: could not compile
mediasoup-sys
.To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered: