Skip to content

Commit

Permalink
chore: Fix Rust client Cargo.toml repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
v0-e committed Oct 29, 2024
1 parent 46a2c27 commit 5f91c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v4-client-rs/client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 5f91c3f

Please sign in to comment.