File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -182,15 +182,15 @@ overlapped-lists = []
182182# # This feature does NOT provide XML serializer or deserializer. You should use
183183# # the `serialize` feature for that instead.
184184# Cannot name "serde" to avoid clash with dependency.
185- # "dep:" prefix only avalible from Rust 1.60
185+ # "dep:" prefix only available from Rust 1.60
186186serde-types = [" serde/derive" ]
187187
188188# # Enables support for [`serde`] serialization and deserialization. When this
189189# # feature is enabled, quick-xml provides serializer and deserializer for XML.
190190# #
191- # # This feature does NOT enables serializaton of the types inside quick-xml.
191+ # # This feature does NOT enables serialization of the types inside quick-xml.
192192# # If you need that, use the `serde-types` feature.
193- serialize = [" serde" ] # "dep:" prefix only avalible from Rust 1.60
193+ serialize = [" serde" ] # "dep:" prefix only available from Rust 1.60
194194
195195[package .metadata .docs .rs ]
196196# document all features
Original file line number Diff line number Diff line change 55> 3 . Update ` Changelog.md ` with date of release, add new empty Unreleased headings
66> 4 . Commit changes with message "Release x.y.z"
77> 5 . ` cargo package ` for final check
8- > 6 . Push ` master ` to my fork, wait while CI pass. Repeat with force pushs if necessary
8+ > 6 . Push ` master ` to my fork, wait while CI pass. Repeat with force pushes if necessary
99> 7 . ` cargo publish `
1010> 8 . Create and push tag ` vx.y.z ` and push ` master ` to upstream
1111> 9 . Create a Release on GitHub (in GitHub UI)
You can’t perform that action at this time.
0 commit comments