Skip to content

Commit

Permalink
Bump version to 5.0.0
Browse files Browse the repository at this point in the history
I consider it a breaking change because it bumps the MSRV. Also, there
is no point in updating unless you want to get rid of the "winapi" crate
in your dependency tree, but probably for many users this update will do
the opposite: you have the "winapi" dependency anyway, and this now adds
an additional dependency on "windows-sys" that may not have been there
before. So probably it's best to make a conscious decision about this
to bump the version, rather than getting a larger lockfile as an
unwelcome surprise when updating some packages.
  • Loading branch information
ruuda committed Oct 22, 2024
1 parent ca7ad2a commit a1042de
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "thread-id"
version = "4.2.2"
version = "5.0.0"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
license = "MIT/Apache-2.0"
readme = "readme.md"
Expand Down

0 comments on commit a1042de

Please # to comment.