update examples with the new logger feature

This commit is contained in:
vms
2020-07-14 00:52:20 +03:00
parent e9ef12b6b4
commit 311db049da
8 changed files with 15 additions and 14 deletions

View File

@@ -9,5 +9,5 @@ name = "ipfs_rpc"
path = "src/main.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["debug"] }
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
log = "0.4.8"