Skip to content

Commit

Permalink
Merge pull request #60 from inflectrix/dev
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
HyperCodec authored Apr 12, 2024
2 parents 5e8caf3 + 820d5af commit e0d629f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions genetic-rs-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "genetic-rs-common"
description = "Commonly-used parts of genetic-rs"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Inflectrix"]
license = "MIT"
readme = "../README.md"
homepage = "https://github.com/HyperCodec/genetic-rs"
repository = "https://github.com/HyperCodec/genetic-rs"
homepage = "https://github.com/inflectrix/genetic-rs"
repository = "https://github.com/inflectrix/genetic-rs"
keywords = ["genetic", "algorithm", "rust"]
categories = ["algorithms", "science", "simulation"]

Expand Down
6 changes: 3 additions & 3 deletions genetic-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "genetic-rs-macros"
description = "Macros for genetic-rs"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Inflectrix"]
license = "MIT"
homepage = "https://github.com/HyperCodec/genetic-rs"
repository = "https://github.com/HyperCodec/genetic-rs"
homepage = "https://github.com/inflectrix/genetic-rs"
repository = "https://github.com/inflectrix/genetic-rs"
keywords = ["genetic", "algorithm", "rust"]
categories = ["algorithms", "science", "simulation"]

Expand Down
6 changes: 3 additions & 3 deletions genetic-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "genetic-rs"
description = "A small crate for quickstarting genetic algorithm projects"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
authors = ["Inflectrix"]
license = "MIT"
readme = "../README.md"
homepage = "https://github.com/HyperCodec/genetic-rs"
repository = "https://github.com/HyperCodec/genetic-rs"
homepage = "https://github.com/inflectrix/genetic-rs"
repository = "https://github.com/inflectrix/genetic-rs"
keywords = ["genetic", "algorithm", "rust"]
categories = ["algorithms", "science", "simulation"]

Expand Down

0 comments on commit e0d629f

Please sign in to comment.