update to fluence 0.6.2

This commit is contained in:
boneyard93501 2021-04-29 18:41:10 -05:00
parent 99e612d84c
commit e8cf1d87a7

View File

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