Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: specify exact version with deprecation #242

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

dj8yfo
Copy link
Collaborator

@dj8yfo dj8yfo commented Oct 9, 2023

No description provided.

@@ -14,7 +14,7 @@ index f38e88411..1587f4131 100644
--- a/Cargo.toml
+++ b/Cargo.toml
-borsh = { version = "0.10.2", features = ["rc"] }
+borsh = { version = "1.0.0-alpha.5", features = ["derive", "rc"] }
+borsh = { version = "=1.0.0-alpha.5", features = ["derive", "rc"] }
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise, the version is interpreted as ^1.0.0-alpha.5 and 1.0.0-alpha.6 is picked up, which has try_to_vec already removed, not merely deprecated

@dj8yfo dj8yfo marked this pull request as ready for review October 9, 2023 17:46
@dj8yfo dj8yfo requested a review from frol as a code owner October 9, 2023 17:46
@frol frol merged commit 49df318 into master Oct 9, 2023
7 checks passed
@frol frol deleted the migration_guide_small_detail branch October 9, 2023 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants