This commit is contained in:
Chris Tsang 2022-03-21 01:05:34 +08:00
parent f3a7a1398a
commit 929b85131c
7 changed files with 5 additions and 6 deletions

View File

@ -318,7 +318,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
path: [86, 249, 262, 319, 324, 352, 356]
path: [86, 249, 262, 319, 324, 352, 356, 471]
steps:
- uses: actions/checkout@v2

View File

@ -1,13 +1,13 @@
[workspace]
# A separate workspace
[package]
name = "sea-orm-axum-example"
name = "sea-orm-issues-400-471"
version = "0.1.0"
authors = ["Sebastian Pütz <seb.puetz@gmail.com>"]
edition = "2021"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
[dependencies]
tokio = { version = "1.14", features = ["full"] }
anyhow = "1"
@ -18,6 +18,5 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dependencies.sea-orm]
path = "../../" # remove this line in your own project
# version = "^0.5.0"
features = ["macros", "mock", "sqlx-all", "runtime-tokio-rustls", "debug-print"]
default-features = false