mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-10-01 01:26:08 -04:00
fixed bug where writing desired version
This commit is contained in:
parent
22cb06ce6d
commit
fcc9e66106
@ -116,7 +116,7 @@ fn append_hash_and_desired_capnp_version_hash<P: AsRef<Path>, Q: AsRef<Path>>(
|
||||
writeln!(out_file, "\n//BUILDHASH:{}", hex::encode(h)).unwrap();
|
||||
|
||||
let mut hasher = Sha256::new();
|
||||
hasher.update(get_capnp_version_string().as_bytes());
|
||||
hasher.update(get_desired_capnp_version_string().as_bytes());
|
||||
writeln!(
|
||||
out_file,
|
||||
"\n//CAPNPDESIREDVERSIONHASH:{}",
|
||||
|
Loading…
Reference in New Issue
Block a user