-
Hello! I have a project written in Rust, and ever since the 1.46.0 release, I have not been able to compile it on stable. I havent been able to figure out _why_ and _what_ is causing this issue. N…
-
Running into an error while trying to compile a project that uses `reqwest`, my `~/.cargo/config` only contains my crates.io access token, nothing else.
```
$ cargo build --release
Compiling ope…
sbstp updated
4 years ago
-
**Description**
I build with `pulseaudio_backend`, but `--help` doesn't show pulseaudio.
This is the same initial description as #440, but I'm not running an outdated binary.
**To Reproduce**
…
-
After building on macos 10.4.6. with portaudio as backend, launching spotifyd results next panic:
```
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:…
-
I ran into this originally on Linux, but I'm able to reproduce the same error on my Windows machine. I found this when I noticed my own code stopped compiling and erroring on the Rocket dependency. …
-
I installed rust this morning with:
`curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
This installed these versions:
```
darreng@DazXPS:~/code/rust/smol/examples$ rustc --versio…
-
I'm not able to build using cargo with version 00c045736dfdacabdbcd87f236883d6ff54307a5
```
chris@builder:~/noaa-apt$ cargo build
Compiling bytes v0.5.4
Compiling native-tls v0.2.3
Compi…
-
Executing binaries inside `shadowsocks-v1.8.15.x86_64-pc-windows-msvc.zip` gives
(libssl-1_1-x64.dll not found)
![image](https://user-images.githubusercontent.com/5270106/90617772-aeb3ec00-e241-11…
bdbai updated
4 years ago
-
Hi all,
First let me thank you for your work on tide. I am trying to implement a simple REST API with it.
Today I found out that you have updated Tide during the weekend to 0.9.0. I have decided…
-
My nightly build failed even though it succeeded 10 hours ago. I think this is related to the release of xlog 0.1.7 six hours ago since async-graphql is not depending on patch versions. Please see the…