diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 18:31:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 18:31:44 +0000 |
commit | c23a457e72abe608715ac76f076f47dc42af07a5 (patch) | |
tree | 2772049aaf84b5c9d0ed12ec8d86812f7a7904b6 /vendor/io-lifetimes/Cargo.toml | |
parent | Releasing progress-linux version 1.73.0+dfsg1-1~progress7.99u1. (diff) | |
download | rustc-c23a457e72abe608715ac76f076f47dc42af07a5.tar.xz rustc-c23a457e72abe608715ac76f076f47dc42af07a5.zip |
Merging upstream version 1.74.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/io-lifetimes/Cargo.toml')
-rw-r--r-- | vendor/io-lifetimes/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/io-lifetimes/Cargo.toml b/vendor/io-lifetimes/Cargo.toml index ef92ff053..6d12b401b 100644 --- a/vendor/io-lifetimes/Cargo.toml +++ b/vendor/io-lifetimes/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "io-lifetimes" -version = "1.0.11" +version = "1.0.9" authors = ["Dan Gohman <dev@sunfishcode.online>"] include = [ "src", @@ -87,7 +87,7 @@ version = "0.3" optional = true [target."cfg(windows)".dependencies.windows-sys] -version = "0.48.0" +version = "0.45.0" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", |