Skip to content

Commit

Permalink
Pin serde version
Browse files Browse the repository at this point in the history
  • Loading branch information
MinnDevelopment committed Aug 19, 2023
1 parent feac38f commit 4849df3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 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 @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "1.2.7"
version = "1.2.8"
edition = "2021"

[workspace.dependencies]
Expand Down Expand Up @@ -55,7 +55,7 @@ default-features = false
features = ["rustls-webpki-roots", "zlib-stock"]

[workspace.dependencies.serde]
version = "1.0"
version = "1.0.156, < 1.0.172"
features = ["rc"]

[workspace.dependencies.regex]
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ version: "2.2"

services:
strumbot:
image: minnced/strumbot-rs:1.2.7
image: minnced/strumbot-rs:1.2.8
build:
dockerfile: Dockerfile

0 comments on commit 4849df3

Please sign in to comment.