Skip to content

Commit d46ef43

Browse files
authored
chore: Publish crates (#88)
1 parent be0fe31 commit d46ef43

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

crates/par-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
66
license = { workspace = true }
77
name = "par-core"
88
repository = { workspace = true }
9-
version = "1.0.4"
9+
version = "2.0.0"
1010

1111
[package.metadata.docs.rs]
1212
features = ["chili"]

crates/par-iter/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ edition = { workspace = true }
44
license = { workspace = true }
55
name = "par-iter"
66
repository = { workspace = true }
7-
version = "1.0.2"
7+
version = "2.0.0"
88

99
[dependencies]
1010
either = { workspace = true }
11-
par-core = { version = "1.0.0", path = "../par-core", default-features = false }
11+
par-core = { version = "2.0.0", path = "../par-core", default-features = false }
1212

1313
[dev-dependencies]
1414
chili = { workspace = true }
15-
par-core = { version = "1.0.0", path = "../par-core", default-features = false, features = [
15+
par-core = { version = "2.0.0", path = "../par-core", default-features = false, features = [
1616
"chili",
1717
] }
1818
rand = { workspace = true }

0 commit comments

Comments
 (0)