Skip to content

Commit

Permalink
Move once_cell to dev dependencies (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 authored Nov 9, 2022
1 parent 330ad51 commit cbac780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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 = []
Expand Down

0 comments on commit cbac780

Please sign in to comment.