Skip to content

Commit

Permalink
Update sea-orm version in the Rocket example to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shpun817 committed Sep 7, 2022
1 parent 0fea81e commit 0073a26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/rocket_example/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ entity = { path = "../entity" }

[dependencies.sea-orm]
path = "../../../" # remove this line in your own project
version = "^0.9.0" # sea-orm version
version = "^0.10.0" # sea-orm version
features = [
"runtime-tokio-native-tls",
"sqlx-postgres",
# "sqlx-mysql",
# "sqlx-sqlite",
"runtime-tokio-native-tls",
"sqlx-postgres",
# "sqlx-mysql",
# "sqlx-sqlite",
]

[dev-dependencies]
Expand Down

0 comments on commit 0073a26

Please sign in to comment.