Skip to content

Commit

Permalink
Fix spelling error in cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpaul committed Feb 1, 2025
1 parent 099b5c5 commit 9d15987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true

[dependencies]
orb-relay-messages = { workspace = true, features = ["client"] }
tokio = { workspace = true, fetures = ["full"] }
tokio = { workspace = true, features = ["full"] }
tokio-util.workspace = true
tonic = { workspace = true, features = ["tls-roots"] }
derive_more.workspace = true
Expand Down

0 comments on commit 9d15987

Please sign in to comment.