Skip to content

Commit

Permalink
bump 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
nbittich committed Feb 9, 2024
1 parent cb7ada5 commit 0b816d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description = "namespaces aliases for command lines & basic scripting language"
homepage = "https://github.com/nbittich/adana"
repository = "https://github.com/nbittich/adana"
readme = "README.md"
rust-version = "1.75"
rust-version = "1.76"
edition = "2021"
license = "MIT"
exclude = ["vscode/", "dist/", ".vscode", ".history", ".git", ".github"]
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.75-bookworm as builder
FROM rust:1.76-bookworm as builder

WORKDIR /app

Expand All @@ -10,7 +10,7 @@ COPY . .

RUN cargo build --release

FROM rust:1.75-slim-bookworm
FROM rust:1.76-slim-bookworm

ENV RUST_LOG=info

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[toolchain]
channel = "1.75"
channel = "1.76"

0 comments on commit 0b816d6

Please sign in to comment.