Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
alex65536 committed Aug 11, 2023
1 parent f34e316 commit fee2073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = [
]

[workspace.package]
version = "0.3.2"
version = "0.3.3"
authors = ["Alexander Kernozhitsky <[email protected]>"]
homepage = "https://github.com/alex65536/owlchess"
repository = "https://github.com/alex65536/owlchess"
Expand Down
4 changes: 2 additions & 2 deletions chess/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit fee2073

Please sign in to comment.