Skip to content

Commit 0977d33

Browse files
author
Sebastian Thiel
committed
Downgrade gpgme to 0.8 - it's the last release that bundles GPGME…
…which enables MUSL compilation on linux
1 parent fb35f6d commit 0977d33

File tree

3 files changed

+33
-30
lines changed

3 files changed

+33
-30
lines changed

Cargo.lock

Lines changed: 31 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ lazy_static = {version = "1.4.0", optional = true}
7575
atty = {version = "0.2.14", optional = true}
7676
glob = {version = "0.3", optional = true}
7777
conv = {version = "0.3.3", optional = true}
78-
gpgme = {version = "0.9.2", optional = true}
78+
gpgme = {version = "0.8.0", optional = true}
7979
itertools = {version = "0.9.0", optional = true}
8080

8181
[dependencies.sheesy-tools]

lib/vault/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ atty = "0.2.14"
1919
lazy_static = "1.4.0"
2020
failure = "0.1.7"
2121
failure_derive = "0.1.7"
22-
gpgme = { version = "0.9.2" }
22+
gpgme = { version = "0.8.0" }
2323
serde = "1.0.106"
2424
serde_derive = "1.0.106"
2525
serde_yaml = "0.8.11"

0 commit comments

Comments
 (0)