mirror of
https://github.com/fluencelabs/examples
synced 2024-12-04 19:20:17 +00:00
update hex converter
This commit is contained in:
parent
19659799c4
commit
ae66e0e350
@ -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"
|
||||
|
@ -40,4 +40,4 @@ pub fn hex_to_int(data: String) -> u64 {
|
||||
}
|
||||
|
||||
0u64
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user