From 3d335b45b2fd417d23ecd5b26c2058571e73a527 Mon Sep 17 00:00:00 2001 From: Silas Marvin <19626586+SilasMarvin@users.noreply.github.com> Date: Tue, 4 Jun 2024 08:10:53 -0700 Subject: [PATCH] Add PGML remove submodules --- .gitmodules | 3 --- Cargo.toml | 2 +- submodules/postgresml | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .gitmodules delete mode 160000 submodules/postgresml diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 9cc7304..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "submodules/postgresml"] - path = submodules/postgresml - url = https://github.com/postgresml/postgresml diff --git a/Cargo.toml b/Cargo.toml index d8496f7..70975cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ tracing = "0.1.40" xxhash-rust = { version = "0.8.5", features = ["xxh3"] } reqwest = { version = "0.11.25", features = ["blocking", "json"] } ignore = "0.4.22" -pgml = { path = "submodules/postgresml/pgml-sdks/pgml" } +pgml = "1.0.4" tokio = { version = "1.36.0", features = ["rt-multi-thread", "time"] } indexmap = "2.2.5" async-trait = "0.1.78" diff --git a/submodules/postgresml b/submodules/postgresml deleted file mode 160000 index 47610cb..0000000 --- a/submodules/postgresml +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 47610cb174df8120fbc5255b221aa49a2484de6a