From 5f91c3fcb79b477da2a7f77ff05d99253940b03b Mon Sep 17 00:00:00 2001 From: v0-e Date: Tue, 29 Oct 2024 14:45:22 +0000 Subject: [PATCH] chore: Fix Rust client Cargo.toml repository link --- v4-client-rs/client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v4-client-rs/client/Cargo.toml b/v4-client-rs/client/Cargo.toml index 6317d8d..e62fc7c 100644 --- a/v4-client-rs/client/Cargo.toml +++ b/v4-client-rs/client/Cargo.toml @@ -5,7 +5,7 @@ edition.workspace = true license.workspace = true readme.workspace = true description = "dYdX v4 asynchronous client." -repository = "https://github.com/dydxprotocol/v4-clients/v4-client-rs" +repository = "https://github.com/dydxprotocol/v4-clients/tree/main/v4-client-rs" # https://crates.io/categories categories = ["api-bindings", "asynchronous", "finance"]