We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ce599 commit 4084692Copy full SHA for 4084692
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.24](https://github.com/rust-lang/getopts/compare/v0.2.23...v0.2.24) - 2025-08-29
11
+
12
+### Other
13
14
+- Make unicode-width an optional default dependency ([#133](https://github.com/rust-lang/getopts/pull/133))
15
16
## [0.2.23](https://github.com/rust-lang/getopts/compare/v0.2.22...v0.2.23) - 2025-06-09
17
18
### Other
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "getopts"
3
-version = "0.2.23"
+version = "0.2.24"
4
authors = ["The Rust Project Developers"]
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-lang/getopts"
0 commit comments