Skip to content

Commit

Permalink
ci: Update test dependencies now that diesel 2.0 is out (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
quodlibetor committed Apr 1, 2023
1 parent 74cb7c1 commit c1aeb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -21,7 +21,7 @@ quote = "1.0.23"
maintenance = { status = "passively-maintained" }

[dev-dependencies]
diesel = {version = "2.0.0-rc.0", features = ["sqlite"]}
diesel = {version = "2.0.0", features = ["sqlite"]}

[lib]
proc-macro = true
Expand Down

0 comments on commit c1aeb91

Please sign in to comment.