summaryrefslogtreecommitdiffstats
path: root/vendor/dirs-sys/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/dirs-sys/Cargo.toml')
-rw-r--r--vendor/dirs-sys/Cargo.toml11
1 files changed, 5 insertions, 6 deletions
diff --git a/vendor/dirs-sys/Cargo.toml b/vendor/dirs-sys/Cargo.toml
index 6c4100798..9951d2414 100644
--- a/vendor/dirs-sys/Cargo.toml
+++ b/vendor/dirs-sys/Cargo.toml
@@ -3,16 +3,15 @@
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
-# to registry (e.g., crates.io) dependencies
+# to registry (e.g., crates.io) dependencies.
#
-# If you believe there's an error in this file please file an
-# issue against the rust-lang/cargo repository. If you're
-# editing this file be aware that the upstream Cargo.toml
-# will likely look very different (and much more reasonable)
+# If you are reading this file be aware that the original Cargo.toml
+# will likely look very different (and much more reasonable).
+# See Cargo.toml.orig for the original contents.
[package]
name = "dirs-sys"
-version = "0.3.6"
+version = "0.3.7"
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
description = "System-level helper functions for the dirs and directories crates."
readme = "README.md"