Syntax aware cat
1
fork

Configure Feed

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

version bump more

+2 -2
+2 -2
syncat/Cargo.toml
··· 8 8 authors = ["Cameron Eldridge <cameldridge+git@gmail.com>"] 9 9 edition = "2018" 10 10 name = "syncat" 11 - version = "3.3.0" 11 + version = "3.4.0" 12 12 categories = ["command-line-utilities"] 13 13 14 14 [features] ··· 26 26 terminal_size = "0.1.10" 27 27 tree-sitter = "0.20.7" 28 28 console = "0.10.0" 29 - syncat-stylesheet = { version = "2.3.0", features = ["ansi_term"] } 29 + syncat-stylesheet = { version = "2.4.0", features = ["ansi_term"] } 30 30 toml = "0.5.6" 31 31 libloading = "0.5.2" 32 32 cc = "1.0.50"