Skip to content

Commit

Permalink
Re-version internal workspace crates to reduce pointless rebuilds
Browse files Browse the repository at this point in the history
This change should help reduce how often `vectorscan-sys` is rebuilt,
for example.
  • Loading branch information
bradlarsen committed Sep 11, 2023
1 parent 570fe14 commit 553de0e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/content-guesser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository.workspace = true
publish.workspace = true

name = "content_guesser"
version.workspace = true
version = "0.0.0"

[features]
libmagic = ["magic"]
Expand Down
2 changes: 1 addition & 1 deletion crates/vectorscan-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish.workspace = true

license = "Apache-2.0 OR MIT"
name = "vectorscan-sys"
version.workspace = true
version = "0.0.0"

build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion crates/vectorscan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish.workspace = true

license = "Apache-2.0 OR MIT"
name = "vectorscan"
version.workspace = true
version = "0.0.0"

[dependencies]
bitflags = "2.0"
Expand Down

0 comments on commit 553de0e

Please sign in to comment.