[issues]
This commit is contained in:
parent
f3a7a1398a
commit
929b85131c
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -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
|
||||
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user