We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff959dd commit 7e1e2e9Copy full SHA for 7e1e2e9
1 file changed
electrs.markdown
@@ -40,13 +40,11 @@ cd electrs
40
```
41
42
git checkout v0.11.1 && \
43
-git log --show-signature
+git verify-tag v0.11.1
44
45
46
{: .info }
47
-commit 35216c6d30148be8e6763d913d437330f431fc03 (HEAD, tag: v0.11.1)
48
-Good "git" signature for git@romanzey.de with ED25519 key SHA256:GifMn7F2swVKyn6MewbQHrYCs4i/bPK7gnwxhuPz/YA)
49
-
+Good "git" signature for git@romanzey.de with ED25519 key SHA256:GifMn7F2swVKyn6MewbQHrYCs4i/bPK7gnwxhuPz/YA
50
51
cargo build --locked --release
52
0 commit comments