Skip to content

Commit 7d63b22

Browse files
chore: update versions in prep for release
bench: 760228
1 parent 145a676 commit 7d63b22

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "byte-knight"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
# 2024 isn't stable yet
55
edition = "2024"
66
authors = ["Paul Tsouchlos <[email protected]>"]

chess/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chess"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2024"
55

66
[lib]

engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "engine"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
# 2024 isn't stable yet
55
edition = "2024"
66

0 commit comments

Comments
 (0)