Skip to content

Commit 929b851

Browse files
committedMar 20, 2022
[issues]
1 parent f3a7a13 commit 929b851

File tree

7 files changed

+5
-6
lines changed

7 files changed

+5
-6
lines changed
 

‎.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318
fail-fast: false
319319
matrix:
320320
os: [ubuntu-latest]
321-
path: [86, 249, 262, 319, 324, 352, 356]
321+
path: [86, 249, 262, 319, 324, 352, 356, 471]
322322
steps:
323323
- uses: actions/checkout@v2
324324

File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1+
[workspace]
2+
# A separate workspace
3+
14
[package]
2-
name = "sea-orm-axum-example"
5+
name = "sea-orm-issues-400-471"
36
version = "0.1.0"
47
authors = ["Sebastian Pütz <seb.puetz@gmail.com>"]
58
edition = "2021"
69
publish = false
710

8-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9-
[workspace]
10-
1111
[dependencies]
1212
tokio = { version = "1.14", features = ["full"] }
1313
anyhow = "1"
@@ -18,6 +18,5 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
1818

1919
[dependencies.sea-orm]
2020
path = "../../" # remove this line in your own project
21-
# version = "^0.5.0"
2221
features = ["macros", "mock", "sqlx-all", "runtime-tokio-rustls", "debug-print"]
2322
default-features = false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.