Skip to content

Commit

Permalink
Merge pull request diesel-rs#2953 from billy1624/bump-sea-orm-version
Browse files Browse the repository at this point in the history
[diesel_bench] benchmark `sea-orm` v0.3
  • Loading branch information
weiznich authored Nov 10, 2021
2 parents b2c5889 + e2dd011 commit 53d7965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diesel_bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rustorm_dao = {version = "0.20", optional = true}
quaint = {version = "0.2.0-alpha.13", optional = true}
tokio = {version = "0.2", optional = true}
serde = {version = "1", optional = true, features = ["derive"]}
sea-orm = {version = "0.2", optional = true, features = ["runtime-async-std-rustls"]}
sea-orm = {version = "0.3", optional = true, features = ["runtime-async-std-rustls"]}
futures = {version = "0.3", optional = true}

[dependencies.diesel]
Expand Down

0 comments on commit 53d7965

Please sign in to comment.