Skip to content

Commit

Permalink
version 4.0.0
Browse files Browse the repository at this point in the history
bench: 4673063
  • Loading branch information
MinusKelvin committed Jul 12, 2022
1 parent bb9522a commit c4975b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ lto = true
panic = "abort"

[patch.crates-io]
cozy-chess = { git = "https://github.com/analog-hors/cozy-chess" }
cozy-chess-types = { git = "https://github.com/analog-hors/cozy-chess" }
cozy-chess = { git = "https://github.com/analog-hors/cozy-chess", rev = "8177893" }
cozy-chess-types = { git = "https://github.com/analog-hors/cozy-chess", rev = "8177893" }
2 changes: 1 addition & 1 deletion scripts/build-artifacts.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=$(cargo pkgid frozenight-uci | grep -Eo '[^:]+$')
VERSION=$(cargo pkgid frozenight-uci | grep -Eo '[^@]+$')

build() {
RUSTFLAGS="-C strip=symbols -C target-cpu=$2" cargo build --release --bin frozenight-uci --target $1
Expand Down
2 changes: 1 addition & 1 deletion uci/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frozenight-uci"
version = "4.0.0-dev"
version = "4.0.0"
edition = "2021"
rust-version = "1.57"
default-run = "frozenight-uci"
Expand Down

0 comments on commit c4975b4

Please sign in to comment.