I recently rebuilt ic-repl locally from the latest master, but when I ran it I got this error:
thread 'main' panicked at 'Could not create HTTP client.: reqwest::Error { kind: Builder, source: "Unknown TLS backend passed to `use_preconfigured_tls`" }', /Users/justinchiang/.cargo/registry/src/github.com-1ecc6299db9ec823/ic-agent-0.9.0/src/agent/http_transport.rs:93:18
This is due to some dependency issues with ic-agent, which is itself a dependency of ic-repl. To fix locally, you should do this in Cargo.toml in your local ic-repl repro and rebuild:
I recently rebuilt ic-repl locally from the latest master, but when I ran it I got this error:
This is due to some dependency issues with ic-agent, which is itself a dependency of ic-repl. To fix locally, you should do this in Cargo.toml in your local ic-repl repro and rebuild:
Temporary fix until they publish a new version. Then ic-repl should update the ic-agent version.