Skip to content

Commit dd7fd96

Browse files
committed
(cargo-release) version 0.8.2
1 parent 687e145 commit dd7fd96

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itertools"
3-
version = "0.8.1"
3+
version = "0.8.2"
44

55
license = "MIT/Apache-2.0"
66
repository = "https://github.com/bluss/rust-itertools"
@@ -13,6 +13,9 @@ keywords = ["iterator", "data-structure", "zip", "product", "group-by"]
1313
categories = ["algorithms", "rust-patterns"]
1414
exclude = ["/bors.toml"]
1515

16+
[package.metadata.release]
17+
no-dev-version = true
18+
1619
[lib]
1720
bench = false
1821
test = false
@@ -36,6 +39,3 @@ use_std = []
3639

3740
[profile]
3841
bench = { debug = true }
39-
40-
[package.metadata.release]
41-
no-dev-version = true

0 commit comments

Comments
 (0)