Skip to content

Commit

Permalink
update fishnet-builder for rust 1.83 (>= 1.81 for home)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Dec 17, 2024
1 parent 108b79c commit ddc2161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "GPL-3.0+"
authors = ["Niklas Fiekas <[email protected]>"]
categories = ["command-line-utilities", "games"]
keywords = ["chess", "lichess"]
rust-version = "1.70"
rust-version = "1.81"
edition = "2021"
exclude = [
"Stockfish/**/*.o",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/niklasf/fishnet-builder:7 AS builder
FROM docker.io/niklasf/fishnet-builder:8 AS builder
WORKDIR /fishnet
COPY . .
RUN cargo auditable build --release -vv
Expand Down

0 comments on commit ddc2161

Please sign in to comment.