Skip to content

Commit

Permalink
fix: typos in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio committed Nov 26, 2023
1 parent 16004dd commit c82ccc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ once_cell = { version = "1.7.2", default-features = false, features = ["std"] }
poise_macros = { path = "macros", version = "0.5.7" } # remember to update the version on changes!
async-trait = { version = "0.1.48", default-features = false } # various traits
regex = { version = "1.6.0", default-features = false, features = ["std"] } # prefix
tracing = { version = "0.1.40", features = ["log"] }
tracing = { version = "0.1.40", features = ["log"] } # warning about weird state
derivative = "2.2.0"
parking_lot = "0.12.1"

Expand All @@ -28,7 +28,7 @@ version = "0.11.5"
# For the examples
tokio = { version = "1.25.1", features = ["rt-multi-thread"] }
futures = { version = "0.3.13", default-features = false }
env_logger = "0.3.29"
env_logger = "0.10.1"
fluent = "0.16.0"
intl-memoizer = "0.5.1"
fluent-syntax = "0.11"
Expand Down

0 comments on commit c82ccc7

Please sign in to comment.