From 67712dec798e76414f9e963bf1adcf3cebf9063f Mon Sep 17 00:00:00 2001 From: Franklin Date: Wed, 10 May 2023 12:57:50 -0400 Subject: [PATCH] Feature flags to types deps --- Cargo.lock | 3 --- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64ef42e..a94cec6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1388,10 +1388,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4" dependencies = [ "cfg-if", - "js-sys", "libc", "wasi 0.11.0+wasi-snapshot-preview1", - "wasm-bindgen", ] [[package]] @@ -2934,7 +2932,6 @@ dependencies = [ "rand", "serde", "uuid-macro-internal", - "wasm-bindgen", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 47146cd..18dd881 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ aws-config = "0.55.1" actix-web-utils = { git = "https://git.franklinblanco.dev/franklinblanco/actix-web-utils.git" } err = { git = "https://git.franklinblanco.dev/franklinblanco/err.git" } -realtor-lp-types = { path = "../realtor-lp-types" } \ No newline at end of file +realtor-lp-types = { path = "../realtor-lp-types", features = ["sqlx"] } \ No newline at end of file