Move once_cell to dev dependencies (#1207)
This commit is contained in:
parent
330ad51cf4
commit
cbac780a96
@ -43,7 +43,6 @@ sqlx = { version = "^0.6", optional = true }
|
||||
uuid = { version = "^1", features = ["serde", "v4"], optional = true }
|
||||
ouroboros = "0.15"
|
||||
url = "^2.2"
|
||||
once_cell = "1.8"
|
||||
thiserror = "^1"
|
||||
|
||||
[dev-dependencies]
|
||||
@ -58,6 +57,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
sea-orm = { path = ".", features = ["mock", "debug-print", "tests-cfg", "postgres-array"] }
|
||||
pretty_assertions = { version = "^0.7" }
|
||||
time = { version = "^0.3", features = ["macros"] }
|
||||
once_cell = "1.8"
|
||||
|
||||
[features]
|
||||
debug-print = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user