fast image operations
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | rust-toolchain.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "fimg" -version = "0.4.43" +version = "0.4.44" authors = ["bend-n <[email protected]>"] license = "MIT" edition = "2021" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index e5d982c..5d56faf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-06-20" +channel = "nightly" |