mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-02 19:56:14 -04:00
fixed bug where writing desired version
This commit is contained in:
parent
22cb06ce6d
commit
fcc9e66106
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue