Harness the power of signify(1) to sign arbitrary git objects
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

bump version

+2 -2
+1 -1
Cargo.lock
··· 364 364 365 365 [[package]] 366 366 name = "git-signify" 367 - version = "0.10.0" 367 + version = "0.10.1" 368 368 dependencies = [ 369 369 "anyhow", 370 370 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "git-signify" 3 - version = "0.10.0" 3 + version = "0.10.1" 4 4 edition = "2021" 5 5 6 6 [dependencies]