Skip to content

Commit

Permalink
fix(spelling): add swepool to dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
PablitoAmaral committed Jul 16, 2024
1 parent 15c6d02 commit 03b4294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,7 @@ supermajority
supermolot
svooltip
svrcmd
swepool
symlinker
syncedstore
syncmode
Expand Down
2 changes: 1 addition & 1 deletion drip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ version = "0.1.0"

[dependencies]
chain-utils = { workspace = true }
chrono = { workspace = true, features = ["clock"] }
clap = { workspace = true, features = ["derive"] }
dashmap = { workspace = true }
prost = { workspace = true }
Expand All @@ -19,7 +20,6 @@ tonic = { workspace = true, features = ["transport", "tls", "tls-ro
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
unionlabs = { workspace = true }
chrono = { workspace = true, features = ["clock"]}

async-graphql = "7.0.6"
async-graphql-axum = "7.0.6"
Expand Down

0 comments on commit 03b4294

Please sign in to comment.