Use fluence-it-types from github

This commit is contained in:
folex
2021-04-27 13:37:06 +03:00
parent 7097b25533
commit 01cdb26c2c
2 changed files with 35 additions and 21 deletions

View File

@ -12,6 +12,6 @@ path = "src/lib.rs"
[dependencies]
fluence = { git = "https://github.com/fluencelabs/rust-sdk", features = ["logger"] }
fluence-it-types = "0.3.0"
fluence-it-types = { git = "https://github.com/fluencelabs/interface-types" }
serde = "=1.0.118"