Skip to content

Commit d2d6dc6

Browse files
authored
Merge pull request #184 from v3rmine/main
Updated syntect to 5.3.0 to fix build issues with gcc 15
2 parents 87d37e3 + 4766db0 commit d2d6dc6

File tree

3 files changed

+43
-49
lines changed

3 files changed

+43
-49
lines changed

Cargo.lock

Lines changed: 40 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ image = "=0.25.8"
5151

5252
# Main functionalities
5353
## Syntax highlighting
54-
syntect = { version = "=5.2.0", features = ["default-fancy"] }
54+
syntect = { version = "=5.3.0", features = ["default-fancy"] }
5555
## Serialize & Deserialize application data into files
5656
serde = { version = "=1.0.219", features = ["derive", "rc"] }
5757
serde_json = "=1.0.143"
@@ -128,4 +128,4 @@ tracing-subscriber = { version = "=0.3.20", features = ["parking_lot", "chrono",
128128
## Log crate compatibility for tracing
129129
tracing-log = "=0.2.0"
130130
## Opentracing middleware implementation for reqwest-middleware
131-
reqwest-tracing = "=0.5.8"
131+
reqwest-tracing = "=0.5.8"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ You can read more about it here: https://github.com/Julien-cpsn/ATAC/releases/ta
318318
| [ratatui-image](https://github.com/benjajaja/ratatui-image) | 8.0.1 | Display response images. |
319319
| [image](https://github.com/image-rs/image) | 0.25.8 | Decode images. |
320320
| **Main functionalities** | | |
321-
| [syntect](https://github.com/trishume/syntect) | 5.2.0 | Syntax highlighting |
321+
| [syntect](https://github.com/trishume/syntect) | 5.3.0 | Syntax highlighting |
322322
| [serde](https://github.com/serde-rs/serde) | 1.0.219 | Serialize & Deserialize application data into files |
323323
| [jsonxf](https://github.com/gamache/jsonxf) | 1.1.1 | Pretty print JSON |
324324
| [toml](https://github.com/toml-rs/toml) | 0.9.5 | Serialize & Deserialize application config files |

0 commit comments

Comments
 (0)