diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:43 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:43 +0000 |
commit | 3e3e70d529d8c7d7c4d7bc4fefc9f109393b9245 (patch) | |
tree | daf049b282ab10e8c3d03e409b3cd84ff3f7690c /vendor/xflags/Cargo.toml | |
parent | Adding debian version 1.68.2+dfsg1-1. (diff) | |
download | rustc-3e3e70d529d8c7d7c4d7bc4fefc9f109393b9245.tar.xz rustc-3e3e70d529d8c7d7c4d7bc4fefc9f109393b9245.zip |
Merging upstream version 1.69.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/xflags/Cargo.toml')
-rw-r--r-- | vendor/xflags/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/xflags/Cargo.toml b/vendor/xflags/Cargo.toml index 091002385..3db90b6be 100644 --- a/vendor/xflags/Cargo.toml +++ b/vendor/xflags/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2021" name = "xflags" -version = "0.3.0" +version = "0.3.1" authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"] description = "Moderately simple command line arguments parser." categories = ["command-line-interface"] @@ -21,4 +21,4 @@ repository = "https://github.com/matklad/xflags" resolver = "1" [dependencies.xflags-macros] -version = "=0.3.0" +version = "=0.3.1" |