Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Jun 7, 2024
1 parent 0cdec74 commit 897ff16
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "primal"
version = "0.3.2"
version = "0.3.3"
authors = ["Huon Wilson <[email protected]>"]
edition = "2018"

Expand Down
40 changes: 20 additions & 20 deletions ci/compat-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 primal-bit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primal-bit"
version = "0.3.1"
version = "0.3.2"
authors = ["Huon Wilson <[email protected]>",
"The Rust Project Developers"]
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion primal-check/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primal-check"
version = "0.3.3"
version = "0.3.4"
authors = ["Huon Wilson <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion primal-estimate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primal-estimate"
version = "0.3.2"
version = "0.3.3"
authors = ["Huon Wilson <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion primal-sieve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primal-sieve"
version = "0.3.6"
version = "0.3.7"
authors = ["Huon Wilson <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion primal-slowsieve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "primal-slowsieve"
version = "0.3.1"
version = "0.3.2"
authors = ["Huon Wilson <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 897ff16

Please sign in to comment.