Skip to content

Commit

Permalink
Merge pull request #40 from theseus-rs/correct-linguist-extensions
Browse files Browse the repository at this point in the history
fix: correct liquist extension lookup failures by removing the preceeding . from the extensions
  • Loading branch information
brianheineman authored Jan 11, 2025
2 parents a0e43d5 + ad6099b commit 4f0ac26
Show file tree
Hide file tree
Showing 2,015 changed files with 17,096 additions and 17,054 deletions.
190 changes: 166 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[workspace]
default-members = [
"export/apache_httpd",
"export/httpd",
"export/linguist",
"export/pronom",
"file_type",
]
members = [
"export/apache_httpd",
"export/httpd",
"export/linguist",
"export/pronom",
"file_type",
Expand Down Expand Up @@ -35,8 +35,8 @@ reqwest = "0.12.12"
serde = "1.0.217"
serde_json = "1.0.135"
serde_yaml = "0.9.34"
thiserror = "2.0.9"
tokio = { version = "1.42.0", default-features = false, features = ["macros", "rt", "sync"] }
thiserror = "2.0.11"
tokio = { version = "1.43.0", default-features = false, features = ["macros", "rt", "sync"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
walkdir = "2.5.0"
Expand Down
Loading

0 comments on commit 4f0ac26

Please sign in to comment.