From 790e0b981bc08e7ffd053305e8d463c5083ef292 Mon Sep 17 00:00:00 2001 From: ThetaSinner Date: Tue, 20 Feb 2024 14:48:40 +0000 Subject: [PATCH] Update src/pages/get-started/upgrade-holochain.md Co-authored-by: Stefan Junker <1181362+steveej@users.noreply.github.com> --- src/pages/get-started/upgrade-holochain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/get-started/upgrade-holochain.md b/src/pages/get-started/upgrade-holochain.md index 197fd8ade..36cec9409 100644 --- a/src/pages/get-started/upgrade-holochain.md +++ b/src/pages/get-started/upgrade-holochain.md @@ -230,7 +230,7 @@ If you have trouble resolving the build issues or the changelog doesn't give you If you depend on other Holochain crates, then you will need to find compatible versions to update to. You can check available versions on `crates.io` by searching for them by name. You can also check the [Holochain changelog](https://github.com/holochain/holochain/blob/develop-0.2/CHANGELOG.md) to see what versions have been released together. Note that we don't release crates unless they have changes, so if you don't see the crate you're looking for in a release, then please check the previous releases for the last time we released it. If you get stuck or have build issues, then please reach out on Discord or open a [Github issue](https://github.com/holochain/holochain/issues/new/choose). -#### Bonus: use `resolver = "2"` in your Cargo workspace +#### Recommended: use `resolver = "2"` in your Cargo workspace Project's scaffolded for Holochain 0.1 didn't include this, but new project's scaffolded for Holochain 0.2 an onwards do. You can read about this configuration option [here](https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions). The quick summary is that it changes