Why can't I run cargo update?
⚓ Rust 📅 2025-12-21 👤 surdeus 👁️ 5All I'm doing is this command
cargo update -p wasm-bindgen --precise 0.2.106
my Cargo.toml has the dependencies as
.
.
.
wasm-bindgen = "=0.2.105"
The error whenever i run the command is as follows
error: failed to select a version for the requirement `wasm-bindgen = "=0.2.105"`
candidate versions found which didn't match: 0.2.106
location searched: crates.io index
required by package `myapp v0.1.0 (C:\Users\myname\myapp)`
2 posts - 2 participants
🏷️ Rust_feed