Skip to content

Commit

Permalink
Use Rust proto crate name as dydx-proto (#2543)
Browse files Browse the repository at this point in the history
  • Loading branch information
v0-e authored Oct 28, 2024
1 parent b5a95d4 commit 61c2d54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion v4-proto-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "dydx-proto-rust"
name = "dydx-proto"
version = "0.1.0"
edition = "2021"
description = "Compiled dYdX protobuf files"
Expand Down
2 changes: 1 addition & 1 deletion v4-proto-rs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Cargo.toml

```toml
[dependencies]
dydx-proto-rust = "0.1"
dydx-proto = "0.1"
```

*Note:* by default, rust stub files are not rebuilt (see Q&A below)
Expand Down
2 changes: 1 addition & 1 deletion v4-proto-rs/deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ confidence-threshold = 0.8
exceptions = []

[[licenses.clarify]]
crate = "dydx-proto-rust"
crate = "dydx-proto"
expression = "LicenseRef-dYdX-Custom"
license-files = [
{ path = "LICENSE", hash = 0x30bcd1e3 },
Expand Down

0 comments on commit 61c2d54

Please sign in to comment.