Skip to content

Commit

Permalink
This is 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Dec 15, 2023
1 parent 42134c7 commit 5c8ae0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]

[package]
name = "itermore"
version = "0.7.0"
version = "0.7.1"
authors = ["Ross MacArthur <ross@macarthur.io>"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion crates/chunks/Cargo.toml
Expand Up @@ -12,6 +12,6 @@ keywords = ["no_std", "iterator", "chunks"]
categories = ["algorithms", "rust-patterns"]

[dependencies.itermore]
version = "0.7.0"
version = "0.7.1"
path = "../.."
features = ["array_chunks"]
2 changes: 1 addition & 1 deletion crates/windows/Cargo.toml
Expand Up @@ -12,6 +12,6 @@ keywords = ["no_std", "iterator", "windows"]
categories = ["algorithms", "rust-patterns"]

[dependencies.itermore]
version = "0.7.0"
version = "0.7.1"
path = "../.."
features = ["array_windows"]

0 comments on commit 5c8ae0e

Please sign in to comment.