diff --git a/Cargo.toml b/Cargo.toml index 0ab5765..bf7adeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.3.2" +version = "0.3.3" authors = ["Alexander Kernozhitsky "] homepage = "https://github.com/alex65536/owlchess" repository = "https://github.com/alex65536/owlchess" diff --git a/chess/Cargo.toml b/chess/Cargo.toml index 2b3bd83..6897fdb 100644 --- a/chess/Cargo.toml +++ b/chess/Cargo.toml @@ -12,12 +12,12 @@ keywords.workspace = true categories.workspace = true [dependencies] -owlchess_base = { path = "../chess_base", version = "0.3.2" } +owlchess_base = { path = "../chess_base", version = "0.3.3" } thiserror = "1.0.31" arrayvec = "0.7.2" [build-dependencies] -owlchess_base = { path = "../chess_base", version = "0.3.2" } +owlchess_base = { path = "../chess_base", version = "0.3.3" } rand_xoshiro = "0.6.0" rand_core = "0.6.4"