Skip to content

Commit

Permalink
build: update version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brianheineman committed Jan 5, 2025
1 parent 0c9c5cf commit 097bf2e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ keywords = ["file", "file-type", "format"]
license = "(Apache-2.0 OR MIT) AND OGL-UK-3.0"
repository = "https://github.com/theseus-rs/file-type"
rust-version = "1.83.0"
version = "0.0.5"
version = "0.1.0"

[workspace.dependencies]
anyhow = "1.0.95"
criterion = "0.5.1"
include_dir = "0.7.4"
indoc = "2.0.5"
jiff = "0.1.19"
jiff = "0.1.21"
quick-xml = "0.37.2"
rayon = "1.5.1"
reqwest = "0.12.12"
Expand Down
2 changes: 1 addition & 1 deletion export/apache_httpd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.0.5" }
file_type = { path = "../../file_type", version = "0.1.0" }
jiff = { workspace = true, features = ["serde"] }
reqwest = { workspace = true }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
Expand Down
2 changes: 1 addition & 1 deletion export/linguist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.0.5" }
file_type = { path = "../../file_type", version = "0.1.0" }
jiff = { workspace = true, features = ["serde"] }
reqwest = { workspace = true }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
Expand Down
2 changes: 1 addition & 1 deletion export/pronom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version.workspace = true

[dependencies]
anyhow = { workspace = true }
file_type = { path = "../../file_type", version = "0.0.5" }
file_type = { path = "../../file_type", version = "0.1.0" }
rayon = { workspace = true }
reqwest = { workspace = true, features = ["blocking"] }
quick-xml = { workspace = true, features = ["serde", "serialize"] }
Expand Down

0 comments on commit 097bf2e

Please sign in to comment.