Skip to content

Commit

Permalink
Bump version info
Browse files Browse the repository at this point in the history
  • Loading branch information
alex65536 committed Aug 13, 2022
1 parent 7aedd39 commit 3859d0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chess/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "owlchess"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "Yet another chess library for Rust"
authors = ["Alexander Kernozhitsky <[email protected]>"]
Expand All @@ -12,12 +12,12 @@ keywords = ["games", "chess"]
categories = ["games", "parser-implementations"]

[dependencies]
owlchess_base = { path = "../chess_base", version = "0.2.2" }
owlchess_base = { path = "../chess_base", version = "0.2.3" }
thiserror = "1.0.31"
arrayvec = "0.7.2"

[build-dependencies]
owlchess_base = { path = "../chess_base", version = "0.2.2" }
owlchess_base = { path = "../chess_base", version = "0.2.3" }
rand_xoshiro = "0.6.0"
rand_core = "0.6.3"

Expand Down
2 changes: 1 addition & 1 deletion chess_base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "owlchess_base"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
description = "Base types for owlchess (not indended to use directly)"
authors = ["Alexander Kernozhitsky <[email protected]>"]
Expand Down

0 comments on commit 3859d0d

Please sign in to comment.