Skip to content

Commit

Permalink
Update image to 0.25 (#556)
Browse files Browse the repository at this point in the history
* update image

* update-dev image

* update msrv
  • Loading branch information
cospectrum authored Mar 15, 2024
1 parent 3d3ed0c commit 8859bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.65.0"] # 2021 edition requires 1.56
msrv: ["1.67.1"] # 2021 edition requires 1.56
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "imageproc"
version = "0.24.0"
authors = ["theotherphil"]
rust-version = "1.65.0"
rust-version = "1.67.1"
edition = "2021"
license = "MIT"
description = "Image processing operations"
Expand All @@ -20,7 +20,7 @@ display-window = ["sdl2"]
ab_glyph = "0.2.23"
approx = "0.5"
conv = "0.3.3"
image = { version = "0.24.7", default-features = false }
image = { version = "0.25.0", default-features = false }
itertools = "0.12"
nalgebra = { version = "0.32", default-features = false, features = ["std"] }
num = "0.4.1"
Expand All @@ -35,7 +35,7 @@ getrandom = { version = "0.2", features = ["js"] }

[dev-dependencies]
assert_approx_eq = "1.1.0"
image = "0.24.7"
image = "0.25.0"
quickcheck = "1.0.3"
wasm-bindgen-test = "0.3.38"

Expand Down

0 comments on commit 8859bf2

Please sign in to comment.