Skip to content

Commit 62a977f

Browse files
committed
v0.4.0
## Breaking * #21 -feat(breaking): make FromIteratorFixed more generic Update `FromIteratorFixed` trait to avoid unnameable iterator type as type paramater in the trait ## Other changes * #22 - Some cleaning from additional clippy lints * #20 - fix: nightly flags and clippy warnings * #24 - Migrate to use cargo readme * #25 - Use cargo readme in ci ## Thank you * @Daniel-Aaron-Bloom * @gwen-lg
1 parent d18400a commit 62a977f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iter_fixed"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
authors = ["Albin Hedman <[email protected]>"]
55
edition = "2021"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)