You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I ran into this issue while installing the cli.
Running cargo install bore-cli gives the following error :
error: there is no argument named `message`
--> /Users/theaupoulat/.cargo/registry/src/github.com-1ecc6299db9ec823/bore-cli-0.2.3/src/client.rs:47:73
|
47 | Some(ServerMessage::Error(message)) => bail!("server error: {message}"),
| ^^^^^^^^^
error: there is no argument named `to`
--> /Users/theaupoulat/.cargo/registry/src/github.com-1ecc6299db9ec823/bore-cli-0.2.3/src/client.rs:55:29
|
55 | info!("listening at {to}:{remote_port}");
| ^^^^
error: there is no argument named `remote_port`
--> /Users/theaupoulat/.cargo/registry/src/github.com-1ecc6299db9ec823/bore-cli-0.2.3/src/client.rs:55:34
|
55 | info!("listening at {to}:{remote_port}");
| ^^^^^^^^^^^^^
error: there is no argument named `to`
--> /Users/theaupoulat/.cargo/registry/src/github.com-1ecc6299db9ec823/bore-cli-0.2.3/src/client.rs:120:52
|
120 | .with_context(|| format!("could not connect to {to}:{port}"))
| ^^^^
error: there is no argument named `port`
--> /Users/theaupoulat/.cargo/registry/src/github.com-1ecc6299db9ec823/bore-cli-0.2.3/src/client.rs:120:57
|
120 | .with_context(|| format!("could not connect to {to}:{port}"))
| ^^^^^^
error: could not compile `bore-cli` due to 5 previous errors
warning: build failed, waiting for other jobs to finish...
Building [=======================> ] 109/111: tokio error: failed to compile `bore-cli v0.2.3`, intermediate artifacts can be found at `/var/folders/bs/_r3q6dsd6wq0d9fbw1t8pk_r0000gn/T/cargo-installwSAvMU`
Caused by:
build failed
Running it on macOS Monterey v12.1
The text was updated successfully, but these errors were encountered:
Hey, I ran into this issue while installing the cli.
Running
cargo install bore-cli
gives the following error :Running it on macOS Monterey v12.1
The text was updated successfully, but these errors were encountered: