From 2f0a3aeda0c036495888983a3961ca91eaefcc09 Mon Sep 17 00:00:00 2001 From: vms Date: Sun, 11 Apr 2021 19:11:00 +0300 Subject: [PATCH] bump fluence crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a24f93..147c9b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ name = "test" path = "src/test.rs" [dependencies] -fluence = "0.5.0" +fluence = { git = "https://github.com/fluencelabs/rust-sdk" } [dev-dependencies] temporary = "0.6"