Skip to content

Commit 5004efb

Browse files
committed
Rename crate
1 parent 47738e3 commit 5004efb

File tree

14 files changed

+4
-4
lines changed

14 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ before_script:
1111
script:
1212
- cargo test --manifest-path=postgres/Cargo.toml
1313
- cargo test --manifest-path=postgres/Cargo.toml --features "$(cargo read-manifest --manifest-path=postgres/Cargo.toml | jq -r '.features|keys|map(select(. != "with-security-framework" and . != "with-schannel"))|join(" ")')"
14-
- cargo test --manifest-path=postgres-tokio/Cargo.toml
14+
- cargo test --manifest-path=tokio-postgres/Cargo.toml

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[workspace]
2-
members = ["codegen", "postgres", "postgres-shared", "postgres-tokio"]
2+
members = ["codegen", "postgres", "postgres-shared", "tokio-postgres"]

postgres-shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "postgres-shared"
33
version = "0.1.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
6-
description = "Internal crate used by postgres libraries"
6+
description = "Internal crate used by postgres and postgres-tokio"
77
repository = "https://github.com/sfackler/rust-postgres"
88

99
[features]

postgres-tokio/Cargo.toml renamed to tokio-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "postgres-tokio"
2+
name = "tokio-postgres"
33
version = "0.1.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)