Skip to content

Commit 4d16fbb

Browse files
committed
Get rid of postgres-shared
1 parent e0c37c3 commit 4d16fbb

File tree

23 files changed

+43
-2366
lines changed

23 files changed

+43
-2366
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
members = [
33
"codegen",
44
"postgres-protocol",
5-
"postgres-shared",
65
"tokio-postgres",
76
"tokio-postgres-native-tls",
87
"tokio-postgres-openssl",

codegen/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mod sqlstate;
99
mod type_gen;
1010

1111
fn main() {
12-
let path = Path::new("../postgres-shared/src");
12+
let path = Path::new("../tokio-postgres/src");
1313
sqlstate::build(path);
1414
type_gen::build(path);
1515
}

postgres-shared/Cargo.toml

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)