fast image operations
bendn 5 months ago
parent 15866cb · commit f7e57d5
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8d6372a..e6593d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fimg"
-version = "0.4.47"
+version = "0.4.48"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2024"
diff --git a/src/lib.rs b/src/lib.rs
index 2da59cc..18ec3a3 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -63,8 +63,8 @@
rustc_private,
portable_simd,
array_windows,
+ const_convert,
doc_auto_cfg,
- const_from,
try_blocks,
test
)]