this repo has no description
0
fork

Configure Feed

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

chore: release v0.1.0

+2 -2
+1 -1
Cargo.lock
··· 181 181 182 182 [[package]] 183 183 name = "cmprss" 184 - version = "0.0.1" 184 + version = "0.1.0" 185 185 dependencies = [ 186 186 "assert_cmd", 187 187 "assert_fs",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cmprss" 3 - version = "0.0.1" 3 + version = "0.1.0" 4 4 edition = "2021" 5 5 authors = ["Patrick Jackson <patrick@jackson.dev>"] 6 6 readme = "README.md"