Skip to content

Commit

Permalink
Tweak: sort text = [translit] in Cargo.toml to comply CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Aug 23, 2023
1 parent 76eca8c commit 5dfcc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ hash = [
pathfinder = ["num", "pathfinding", "serde", "serde_json"]
redis_pubsub = ["flume", "redis", "serde", "serde_json"]
redis_reliablequeue = ["flume", "redis", "serde", "serde_json"]
text = ["translit"]
unzip = ["zip", "jobs"]
worleynoise = ["rand", "rayon"]
text = ["translit"]

# Use the native tls stack for the mysql db
native_tls = ["mysql/default"]
Expand Down

0 comments on commit 5dfcc42

Please sign in to comment.