Skip to content

Commit

Permalink
Align cargo.toml entries
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Apr 30, 2024
1 parent 0a6e8ba commit 3217ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibc-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ description = "Maintained by `ibc-rs`, macros implementations of #[derive(Client
proc-macro = true

[dependencies]
syn = { version = "2" }
syn = { version = "2" }
proc-macro2 = { version = "1"}
quote = { version = "1" }
quote = { version = "1" }

0 comments on commit 3217ccc

Please sign in to comment.