Downgrading rust to 1.34.0

I ran rustup install 1.34.0 but when I ran rustc --version afterwards, I see I am still using 1.36.0:

rustc 1.36.0 (a53f9df32 2019-07-03)

What step am I missing?
Thnx
Matt

You just installed it, you have to tell rustup you want to use it.

rustup default VERSION_NAME

This should do the trick.

1 Like

much appreciated. It wasn't clear to me for some reason....

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.