diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-08-29 15:06:54 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2025-08-29 15:08:51 +0000 |
| commit | b0897f31b998472d024a2e00a7b00c5fc875351e (patch) | |
| tree | 38f0b7422179f2fb5517b08b429c30a0b210a054 /library/test | |
| parent | 831e291d3be4cacc4fe178424c4d6baa264d8b5a (diff) | |
| download | rust-b0897f31b998472d024a2e00a7b00c5fc875351e.tar.gz rust-b0897f31b998472d024a2e00a7b00c5fc875351e.zip | |
Update getopts to remove unicode-width dependency
Diffstat (limited to 'library/test')
| -rw-r--r-- | library/test/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/test/Cargo.toml b/library/test/Cargo.toml index 2a32a7dd76e..fe749847b7c 100644 --- a/library/test/Cargo.toml +++ b/library/test/Cargo.toml @@ -6,7 +6,7 @@ version = "0.0.0" edition = "2024" [dependencies] -getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] } +getopts = { version = "0.2.24", default-features = false, features = ['rustc-dep-of-std'] } std = { path = "../std", public = true } core = { path = "../core", public = true } |
