Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex65536 committed Jul 14, 2022
1 parent 79a1861 commit bbc0704
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.0"
version = "0.2.1"
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.0" }
owlchess_base = { path = "../chess_base", version = "0.2.1" }
thiserror = "1.0.31"
arrayvec = "0.7.2"

[build-dependencies]
owlchess_base = { path = "../chess_base", version = "0.2.0" }
owlchess_base = { path = "../chess_base", version = "0.2.1" }
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.0"
version = "0.2.1"
edition = "2021"
description = "Base types for owlchess (not indended to use directly)"
authors = ["Alexander Kernozhitsky <[email protected]>"]
Expand Down

0 comments on commit bbc0704

Please sign in to comment.