Skip to content

Instantly share code, notes, and snippets.

@jasta
Created January 27, 2023 01:34
Show Gist options
  • Save jasta/2fbeb823580cff6b56994d68f0720904 to your computer and use it in GitHub Desktop.
Save jasta/2fbeb823580cff6b56994d68f0720904 to your computer and use it in GitHub Desktop.
$ cargo +nightly run install
Finished dev [unoptimized + debuginfo] target(s) in 0.15s
Running `target/debug/espup install`
[2023-01-27T01:30:48Z INFO ] 💽 Installing esp-rs
[2023-01-27T01:30:48Z INFO ] 💡 Querying GitHub API: 'https://api.github.com/repos/esp-rs/rust-build/releases/latest'
thread 'main' panicked at 'Cannot drop a runtime in a context where blocking is not allowed. This happens when a runtime is dropped from within an asynchronous context.', /home/jasta/.cargo/registry/src/github.com-1ecc6299db9ec823/tokio-1.24.2/src/runtime/blocking/shutdown.rs:51:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment