Skip to content

Commit

Permalink
remove unused feature
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGariepy committed Nov 7, 2022
1 parent 9aa2334 commit 43be253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions codegen_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ serde_json = { version = "1.0.85", features = [
time = { version = "0.3.14", features = ["parsing", "serde"] }
uuid = { version = "1.1.2", features = ["serde"] }
eui48 = { version = "1.1.0", features = ["serde"] }
rust_decimal = { version = "1.26.1", features = [
"db-tokio-postgres",
"db-postgres",
] }
rust_decimal = { version = "1.26.1", features = ["db-postgres"] }
futures = "0.3.24"

cornucopia_sync = { path = "../clients/sync", features = ["with-serde_json-1"] }
Expand Down

0 comments on commit 43be253

Please sign in to comment.