From 48d54cdb18e904e4e65d6c8dbfbb3d5f54ca70cf Mon Sep 17 00:00:00 2001 From: vms Date: Thu, 22 Apr 2021 18:39:27 +0300 Subject: [PATCH] switch branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 147c9b8..9a023bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ name = "test" path = "src/test.rs" [dependencies] -fluence = { git = "https://github.com/fluencelabs/rust-sdk" } +fluence = { git = "https://github.com/fluencelabs/rust-sdk", branch = "optimizations" } [dev-dependencies] temporary = "0.6"