Skip to content

Commit 0645cd8

Browse files
authored
Merge pull request #8 from c-git/develop
0.3.5
2 parents 82a39a1 + 39a81c0 commit 0645cd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "log_viewer"
3-
version = "0.3.4"
3+
version = "0.3.5"
44
edition = "2021"
55

66
[dependencies]

src/app/data_display_options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl Default for DataDisplayOptions {
143143
.into_iter()
144144
.map(String::from)
145145
.collect(),
146-
emphasize_if_matching_field_idx: Some(3),
146+
emphasize_if_matching_field_idx: Some(4),
147147
row_idx_field_name: Some("row#".to_string()),
148148
row_size_config: Some(RowSizeConfig {
149149
field_name: "row_size".to_string(),

0 commit comments

Comments
 (0)