diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:57:31 +0000 |
commit | dc0db358abe19481e475e10c32149b53370f1a1c (patch) | |
tree | ab8ce99c4b255ce46f99ef402c27916055b899ee /vendor/fs-err/Cargo.toml | |
parent | Releasing progress-linux version 1.71.1+dfsg1-2~progress7.99u1. (diff) | |
download | rustc-dc0db358abe19481e475e10c32149b53370f1a1c.tar.xz rustc-dc0db358abe19481e475e10c32149b53370f1a1c.zip |
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/fs-err/Cargo.toml')
-rw-r--r-- | vendor/fs-err/Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/vendor/fs-err/Cargo.toml b/vendor/fs-err/Cargo.toml index 07bada50a..f7a7194fb 100644 --- a/vendor/fs-err/Cargo.toml +++ b/vendor/fs-err/Cargo.toml @@ -12,7 +12,7 @@ [package] edition = "2018" name = "fs-err" -version = "2.8.1" +version = "2.9.0" authors = ["Andrew Hickman <andrew.hickman1@sky.com>"] exclude = [ ".github", @@ -46,7 +46,11 @@ rustdoc-args = [ "docsrs", ] -[dependencies] +[dependencies.tokio] +version = "1.21" +features = ["fs"] +optional = true +default_features = false [dev-dependencies.serde_json] version = "1.0.64" |