From a27ac6458215e68359d9cae674f7accb4671ae9a Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 21 Oct 2024 11:41:00 +0200 Subject: [PATCH] Update cargo toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3cdbcdbb..1007f053 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ uint = "0.9.5" tempfile = "3.8.1" [patch.crates-io] -casper-types = { version = "5.0.0", git = "https://github.com/casper-network/casper-node", branch = "rustSDK-feat-2.0" } +casper-types = { version = "5.0.0", git = "https://github.com/casper-network/casper-node", branch = "feat-2.0" } [package.metadata.deb] features = ["vendored-openssl"]