update hex converter

This commit is contained in:
boneyard93501 2021-03-03 14:34:14 -06:00
parent 19659799c4
commit ae66e0e350
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fluence = { version = "0.2.18", features = ["logger"]}
fluence = { version = "=0.3.3", features = ["logger"] }
log = "0.4.8"
serde_json = "1.0.64"

View File

@ -40,4 +40,4 @@ pub fn hex_to_int(data: String) -> u64 {
}
0u64
}
}