Closed llogiq closed 1 year ago
phf 0.8 is quite outdated, and this is the only dependency of our tool that pull it in, so I'd like to see this update.
To get this, I did three steps:
Cargo.toml
phf-codegen
"0.11.1"
cargo run --release --bin codegen
phf
phf 0.8 is quite outdated, and this is the only dependency of our tool that pull it in, so I'd like to see this update.
To get this, I did three steps:
Cargo.toml
, changing thephf-codegen
version to"0.11.1"
cargo run --release --bin codegen
Cargo.toml
, changing thephf
version to"0.11.1"
to match codegen