Skip to content

Commit

Permalink
fix pkgid, format was stabilized in 1.75 I think
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Apr 6, 2024
1 parent 7f12d51 commit 38ed083
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@v1
with:
toolchain: 1.74
toolchain: 1.76
components: clippy
- name: Install rust matcher
run: echo "::add-matcher::.github/rust.json"
Expand Down
2 changes: 1 addition & 1 deletion 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
@@ -1,6 +1,6 @@
[package]
name = "twitch-discord-moderation"
version = "0.5.0"
version = "0.5.1"
authors = ["Emil Gardström <emil.gardstrom@gmail.com>"]
edition = "2021"
license = "MIT OR APACHE-2.0"
Expand All @@ -10,7 +10,7 @@ description = "Bot to send twitch moderator actions to a discord webhook"
publish = false
repository = "https://github.com/Emilgardis/twitch_discord_moderation"
build = "build.rs"
rust-version = "1.74"
rust-version = "1.76"

[dependencies]
tokio = { version = "1.21.2", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:1.2
FROM lukemathwalker/cargo-chef:latest-rust-1.74-alpine3.17 as chef
FROM lukemathwalker/cargo-chef:latest-rust-1.76-alpine3.17 as chef
WORKDIR /app
ARG BUILD_DEPS
RUN apk add --no-cache ${BUILD_DEPS}
Expand Down

0 comments on commit 38ed083

Please sign in to comment.