Rename crate
This commit is contained in:
parent
47738e3774
commit
5004efb792
@ -11,4 +11,4 @@ before_script:
|
||||
script:
|
||||
- cargo test --manifest-path=postgres/Cargo.toml
|
||||
- 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(" ")')"
|
||||
- cargo test --manifest-path=postgres-tokio/Cargo.toml
|
||||
- cargo test --manifest-path=tokio-postgres/Cargo.toml
|
||||
|
@ -1,2 +1,2 @@
|
||||
[workspace]
|
||||
members = ["codegen", "postgres", "postgres-shared", "postgres-tokio"]
|
||||
members = ["codegen", "postgres", "postgres-shared", "tokio-postgres"]
|
||||
|
@ -3,7 +3,7 @@ name = "postgres-shared"
|
||||
version = "0.1.0"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
license = "MIT"
|
||||
description = "Internal crate used by postgres libraries"
|
||||
description = "Internal crate used by postgres and postgres-tokio"
|
||||
repository = "https://github.com/sfackler/rust-postgres"
|
||||
|
||||
[features]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "postgres-tokio"
|
||||
name = "tokio-postgres"
|
||||
version = "0.1.0"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
license = "MIT"
|
Loading…
Reference in New Issue
Block a user