Skip to content

Commit

Permalink
💫 Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akhercha committed Nov 12, 2024
1 parent 2aeb94f commit a0d71e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vesu-liquidator"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
homepage = "https://www.vesu.xyz/"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lukemathwalker/cargo-chef:latest-rust-1.80.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.82.0 AS chef
WORKDIR /app/

FROM chef AS planner
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "1.80.0"
channel = "1.82.0"
components = ["rustfmt", "clippy", "rust-analyzer"]
targets = ["wasm32-unknown-unknown"]
profile = "minimal"

0 comments on commit a0d71e4

Please sign in to comment.