Skip to content

Commit da09d35

Browse files
committed
Update getopts to remove unicode-width dependency
1 parent 764ad79 commit da09d35

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

Cargo.lock

Lines changed: 2 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "0.0.0"
66
edition = "2024"
77

88
[dependencies]
9-
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
9+
getopts = { version = "0.2.24", default-features = false, features = ['rustc-dep-of-std'] }
1010
std = { path = "../std", public = true }
1111
core = { path = "../core", public = true }
1212

0 commit comments

Comments
 (0)