summaryrefslogtreecommitdiffstats
path: root/ffi-macros/Cargo.toml
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2020-12-11 13:20:18 +0100
committerNora Widdecke <nora@sequoia-pgp.org>2020-12-11 13:20:18 +0100
commit07be9f27373824811efa53576486080458a9c8c3 (patch)
treed14432f9a6a36cf14b33809d67c093a0884cd661 /ffi-macros/Cargo.toml
parent386b3bc3bbaf7a7abaaa2c2587b0510c161cb67a (diff)
commit Cargo.tomls with exact minimum versionsnora/minimal_toml
Diffstat (limited to 'ffi-macros/Cargo.toml')
-rw-r--r--ffi-macros/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/ffi-macros/Cargo.toml b/ffi-macros/Cargo.toml
index 976bc32c..d9201479 100644
--- a/ffi-macros/Cargo.toml
+++ b/ffi-macros/Cargo.toml
@@ -19,13 +19,13 @@ gitlab = { repository = "sequoia-pgp/sequoia" }
maintenance = { status = "actively-developed" }
[dependencies]
-lazy_static = "1.4.0"
-proc-macro2 = "1.0.7"
-quote = "1.0"
-sha2 = "0.8"
+lazy_static = "=1.4.0"
+proc-macro2 = "=1.0.7"
+quote = "=1.0.0"
+sha2 = "=0.8.0"
[dependencies.syn]
-version = "1.0.5"
+version = "=1.0.5"
features = ["full"]
[lib]