Skip to content

Commit ea3d76c

Browse files
committed
docs: tempered a line in the migration docs
1 parent a897b4e commit ea3d76c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/0.4.x/en-US/reference/migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Perseus v0.4.x added a significant number of breaking changes, as almost the ent
2626
20. Update your code for any smaller breaking changes that might affect you, as per the [changelog](https://github.com/framesurge/perseus/blob/main/CHANGELOG.md).
2727
21. Run `cargo update` and then `perseus build` to get everything up to date and ensure that your app works! (This might take a while the first time.)
2828

29-
We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is by far the most powerful frontend framework in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can!
29+
We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is on par with the most powerful frontend frameworks in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can!
3030

3131
## If You've Ejected
3232

docs/next/en-US/migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Perseus v0.4.x added a significant number of breaking changes, as almost the ent
2828
22. Update your code for any smaller breaking changes that might affect you, as per the [changelog](https://github.com/framesurge/perseus/blob/main/CHANGELOG.md).
2929
23. Run `cargo update` and then `perseus clean && perseus build` to get everything up to date and ensure that your app works! (This might take a while the first time.)
3030

31-
We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is by far the most powerful frontend framework in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can!
31+
We realize that this is a mammoth number of breaking changes, and there will be several more if you're a plugin developer. However, Perseus v0.4.0 brings extraordinary levels of performance and ergonomics to Perseus, removing old quirks and streamlining the internals massively. With the introduction of the new capsules system, Perseus is on par with the most powerful frontend frameworks in the world. If you're having any trouble with updating, please do not hesitate to let us know on [Discord](https://discord.com/invite/GNqWYWNTdp), and we'll happily help you out as soon as we can!
3232

3333
Note that, in order to make `rust-analyzer` etc. work with the new version of Perseus, you'll need to tell it to compile your app for the engine-side by default. You can do this by adding a `.cargo/config.toml` file to the root of your project with the following contents:
3434

0 commit comments

Comments
 (0)