Skip to content

Commit

Permalink
Changes to bincode::serde notes per PR discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclure committed Aug 3, 2024
1 parent 118f917 commit b6c697d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Because of confusion with `Options` defaults in bincode 1, we have made `Configu

You may wish to stick with `serde` when migrating to bincode 2, for example if you are using serde-exclusive derive features such as `#[serde(deserialize_with)]`.

If so, make sure to include bincode 2 with the `serde` feature enabled.
If so, make sure to include bincode 2 with the `serde` feature enabled, and use the `bincode::serde::*` functions instead of `bincode::*` as described below:

```toml
[dependencies]
Expand Down

0 comments on commit b6c697d

Please sign in to comment.