@@ -50,7 +50,7 @@ exclude = [
5050]
5151
5252[workspace .package ]
53- version = " 1.2.17 "
53+ version = " 1.2.18 "
5454edition = " 2024"
5555authors = [" pkalivas <peterkalivas@gmail.com>" ]
5656description = " A Rust library for genetic algorithms and artificial evolution."
@@ -66,16 +66,16 @@ rand = "0.9.2"
6666pyo3 = " 0.26.0"
6767numpy =" 0.26.0"
6868rayon = " 1.11.0"
69- serde = { version = " 1.0.219 " , features = [" derive" ] }
69+ serde = { version = " 1.0.228 " , features = [" derive" ] }
7070serde_json = { version = " 1.0.143" }
7171tracing = " 0.1"
7272tracing-subscriber = { version = " 0.3.20" , features = [" env-filter" , " fmt" ] }
73- radiate = { version = " 1.2.17 " , path = " crates/radiate" , default-features = false }
74- radiate-core = { version = " 1.2.17 " , path = " crates/radiate-core" , default-features = false }
75- radiate-alters = { version = " 1.2.17 " , path = " crates/radiate-alters" , default-features = false }
76- radiate-selectors = { version = " 1.2.17 " , path = " crates/radiate-selectors" , default-features = false }
77- radiate-engines = { version = " 1.2.17 " , path = " crates/radiate-engines" , default-features = false }
78- radiate-gp = { version = " 1.2.17 " , path = " crates/radiate-gp" , default-features = false }
79- radiate-error = { version = " 1.2.17 " , path = " crates/radiate-error" , default-features = false }
80- radiate-python = { version = " 1.2.17 " , path = " crates/radiate-python" , default-features = false }
73+ radiate = { version = " 1.2.18 " , path = " crates/radiate" , default-features = false }
74+ radiate-core = { version = " 1.2.18 " , path = " crates/radiate-core" , default-features = false }
75+ radiate-alters = { version = " 1.2.18 " , path = " crates/radiate-alters" , default-features = false }
76+ radiate-selectors = { version = " 1.2.18 " , path = " crates/radiate-selectors" , default-features = false }
77+ radiate-engines = { version = " 1.2.18 " , path = " crates/radiate-engines" , default-features = false }
78+ radiate-gp = { version = " 1.2.18 " , path = " crates/radiate-gp" , default-features = false }
79+ radiate-error = { version = " 1.2.18 " , path = " crates/radiate-error" , default-features = false }
80+ radiate-python = { version = " 1.2.18 " , path = " crates/radiate-python" , default-features = false }
8181
0 commit comments