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
··· 344 344 345 345 [[package]] 346 346 name = "git-signify" 347 - version = "0.7.0" 347 + version = "0.7.1" 348 348 dependencies = [ 349 349 "anyhow", 350 350 "clap",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "git-signify" 3 - version = "0.7.0" 3 + version = "0.7.1" 4 4 edition = "2021" 5 5 6 6 [dependencies]