Skip to content

Commit 14571ab

Browse files
committed
Remove synchronous crate
It will be coming back! It's just going to involve a full rewrite and removing it for now makes some of that restructuring easier.
1 parent 73ee31e commit 14571ab

27 files changed

+0
-6274
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ jobs:
3434
- run: rustc --version > ~/rust-version
3535
- *RESTORE_DEPS
3636
- run: cargo test --all
37-
- run: cargo test -p postgres --all-features
3837
- run: cargo test -p tokio-postgres --all-features
3938
- *SAVE_DEPS

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
[workspace]
22
members = [
33
"codegen",
4-
"postgres",
54
"postgres-protocol",
65
"postgres-shared",
7-
"postgres-openssl",
8-
"postgres-native-tls",
96
"tokio-postgres",
107
"tokio-postgres-native-tls",
118
"tokio-postgres-openssl",

postgres-native-tls/Cargo.toml

-9
This file was deleted.

postgres-native-tls/src/lib.rs

-76
This file was deleted.

postgres-native-tls/src/test.rs

-38
This file was deleted.

postgres-openssl/Cargo.toml

-9
This file was deleted.

postgres-openssl/src/lib.rs

-100
This file was deleted.

postgres-openssl/src/test.rs

-40
This file was deleted.

postgres/Cargo.toml

-66
This file was deleted.

0 commit comments

Comments
 (0)