Skip to content

Commit

Permalink
Merge pull request #74 from c410-f3r/misc
Browse files Browse the repository at this point in the history
cl-aux-5.0.0
  • Loading branch information
c410-f3r authored Jul 10, 2024
2 parents 619ed87 + abaaaac commit 261a971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 cl-aux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ name = "cl-aux"
readme = "README.md"
repository = "https://github.com/c410-f3r/regular-crates"
rust-version = "1.65"
version = "4.4.0"
version = "5.0.0"
2 changes: 1 addition & 1 deletion ndstruct/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[dependencies]
cl-aux = { default-features = false, features = ["serde"], path = "../cl-aux", version = "4.0" }
cl-aux = { default-features = false, features = ["serde"], path = "../cl-aux", version = "5.0" }
rand = { default-features = false, optional = true, version = "0.8" }
rayon = { default-features = false, optional = true, version = "1.10" }
serde = { default-features = false, features = ["derive"], optional = true, version = "1.0" }
Expand Down

0 comments on commit 261a971

Please sign in to comment.