Fix cargo:rerun-if-changed=... in valence_protocol

This commit is contained in:
Ryan 2022-11-14 12:08:32 -08:00
parent 4b155f4c9b
commit 21590a396c

View file

@ -10,7 +10,7 @@ mod enchant;
mod item;
pub fn main() -> anyhow::Result<()> {
println!("cargo:rerun-if-changed=extracted/");
println!("cargo:rerun-if-changed=../extracted/");
let generators = [
(block::build as fn() -> _, "block.rs"),