Closed theatischbein closed 2 months ago
Hi,
The import path did change, but in the other direction :) std::hash::DefaultHasher
is available since Rust 1.76 which is a good 6 versions old by now. You should update your Rust stable toolchain, if you manage it via rustup
rather than by pacman updating is manual.
Ohhhh I see! Thanks you so much :)
Wouldn't it be helpful to add rust-version
as package field to the Cargo.toml file ?
[package]
# ...
rust-version = "1.76"
https://github.com/IgKh/katvan/blob/master/typstdriver/rust/Cargo.toml
Good idea, thank you for the suggestion!
During the update I retrieve this error:
My system is Arch with
I tried to install this arch package: https://aur.archlinux.org/packages/katvan
It seems that the import path of the
DefaultHasher
has changed.