Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
wz@1.0.0
wz-conf@1.0.0
wz-core@1.0.0
wz-fmt@1.0.0
wz-utf8@1.0.0

Generated by cargo-workspaces
  • Loading branch information
Altair-Bueno committed Sep 10, 2022
1 parent bd02441 commit 537258f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wz"
version = "0.1.10"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Count words, fast"
Expand All @@ -14,10 +14,10 @@ categories = ["command-line-utilities", "filesystem", "text-processing"]
all-features = true

[dependencies]
wz-utf8 = { path = "crates/wz-utf8", features = ["runtime-dispatch-simd"], version = "0.1.0" }
wz-core = { path = "crates/wz-core", version = "0.1.0" }
wz-conf = { path = "crates/wz-conf", version = "0.1.0" }
wz-fmt = { path = "crates/wz-fmt", version = "0.1.0" }
wz-utf8 = { path = "crates/wz-utf8", features = ["runtime-dispatch-simd"], version = "1.0.0" }
wz-core = { path = "crates/wz-core", version = "1.0.0" }
wz-conf = { path = "crates/wz-conf", version = "1.0.0" }
wz-fmt = { path = "crates/wz-fmt", version = "1.0.0" }

bumpalo = { version = "3.11.0" }
rayon = "1.5.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/wz-conf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wz-conf"
version = "0.1.8"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Configuration options for wz"
Expand Down
2 changes: 1 addition & 1 deletion crates/wz-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wz-core"
version = "0.1.1"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Core traits for wz"
Expand Down
4 changes: 2 additions & 2 deletions crates/wz-fmt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wz-fmt"
version = "0.1.1"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "Types for generating wz's output"
Expand All @@ -9,7 +9,7 @@ description = "Types for generating wz's output"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
wz-core = { path = "../wz-core", version = "0.1.0" }
wz-core = { path = "../wz-core", version = "1.0.0" }
terminal_size = "0.2.1"
rayon = "1.5.3"
tabled = "0.8.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/wz-utf8/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wz-utf8"
version = "0.1.1"
version = "1.0.0"
edition = "2021"
license = "MIT"
description = "UTF-8 counters for wz"
Expand All @@ -12,7 +12,7 @@ runtime-dispatch-simd = ["bytecount/runtime-dispatch-simd"]
# generic-simd = ["bytecount/generic-simd"]

[dependencies]
wz-core = { path = "../wz-core", version = "0.1.0" }
wz-core = { path = "../wz-core", version = "1.0.0" }
bytecount = "0.6.3"
memchr = "2"

Expand Down

0 comments on commit 537258f

Please sign in to comment.