diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-19 09:26:03 +0000 |
commit | 9918693037dce8aa4bb6f08741b6812923486c18 (patch) | |
tree | 21d2b40bec7e6a7ea664acee056eb3d08e15a1cf /vendor/gix-tempfile/Cargo.toml | |
parent | Releasing progress-linux version 1.75.0+dfsg1-5~progress7.99u1. (diff) | |
download | rustc-9918693037dce8aa4bb6f08741b6812923486c18.tar.xz rustc-9918693037dce8aa4bb6f08741b6812923486c18.zip |
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/gix-tempfile/Cargo.toml')
-rw-r--r-- | vendor/gix-tempfile/Cargo.toml | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/vendor/gix-tempfile/Cargo.toml b/vendor/gix-tempfile/Cargo.toml index c660eb862..22ef5264a 100644 --- a/vendor/gix-tempfile/Cargo.toml +++ b/vendor/gix-tempfile/Cargo.toml @@ -13,13 +13,12 @@ edition = "2021" rust-version = "1.65" name = "gix-tempfile" -version = "11.0.0" +version = "11.0.1" authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"] include = [ "src/**/*", "LICENSE-*", "README.md", - "CHANGELOG.md", ] description = "A tempfile implementation with a global registry to assure cleanup" readme = "README.md" @@ -29,10 +28,6 @@ repository = "https://github.com/Byron/gitoxide" [package.metadata.docs.rs] all-features = true features = ["document-features"] -rustdoc-args = [ - "--cfg", - "docsrs", -] [lib] test = true @@ -62,7 +57,7 @@ version = "0.2.0" optional = true [dependencies.gix-fs] -version = "^0.8.0" +version = "^0.8.1" [dependencies.once_cell] version = "1.8.0" |