Bump bytemuck dependency

This commit is contained in:
Ivan Smirnov 2022-10-17 00:42:28 +01:00
parent bd00948952
commit e30c034738

View file

@ -23,7 +23,7 @@ std = [] # std mode (enabled by default) - provides access to `std::io`,
reference = [] # follows reference encoder implementation precisely, but may be slightly slower reference = [] # follows reference encoder implementation precisely, but may be slightly slower
[dependencies] [dependencies]
bytemuck = "1.7" bytemuck = "1.12"
[workspace] [workspace]
members = ["libqoi", "bench"] members = ["libqoi", "bench"]