Skip to content

Commit

Permalink
Specify version for rexecutor in rexecutor-sqlx
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnabell committed Jun 5, 2024
1 parent 1a951b1 commit 94240b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rexecutor-sqlx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["job", "processing", "tasks"]
categories = ["asynchronous"]

[dependencies]
rexecutor = { path = "../rexecutor" }
rexecutor = { path = "../rexecutor", version = "0.1.0" }
async-trait = "0.1.79"
chrono = { version = "0.4.37", features = ["serde"] }
futures = "0.3.30"
Expand Down

0 comments on commit 94240b3

Please sign in to comment.