Release tokio-postgres v0.4.0-rc.2
This commit is contained in:
parent
e549f8d635
commit
4f084e7b64
@ -20,7 +20,7 @@ runtime = ["tokio-postgres/runtime", "tokio", "lazy_static", "log"]
|
||||
bytes = "0.4"
|
||||
fallible-iterator = "0.1"
|
||||
futures = "0.1"
|
||||
tokio-postgres = { version = "0.4.0-rc.1", path = "../tokio-postgres", default-features = false }
|
||||
tokio-postgres = { version = "0.4.0-rc.2", path = "../tokio-postgres", default-features = false }
|
||||
|
||||
tokio = { version = "0.1", optional = true }
|
||||
lazy_static = { version = "1.0", optional = true }
|
||||
|
@ -2,6 +2,12 @@
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [v0.4.0-rc.2] - 2019-05-03
|
||||
|
||||
### Fixed
|
||||
|
||||
* Fixed Cargo features to actually enable the functionality they claim to.
|
||||
|
||||
## [v0.4.0-rc.1] - 2019-05-03
|
||||
|
||||
### Changed
|
||||
@ -37,6 +43,7 @@
|
||||
|
||||
Look at the [release tags] for information about older releases.
|
||||
|
||||
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.1...master
|
||||
[Unreleased]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.2...master
|
||||
[v0.4.0-rc.2]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.4.0-rc.1...tokio-postgres-v0.4.0-rc.2
|
||||
[v0.4.0-rc.1]: https://github.com/sfackler/rust-postgres/compare/tokio-postgres-v0.3.0...tokio-postgres-v0.4.0-rc.1
|
||||
[release tags]: https://github.com/sfackler/rust-postgres/releases
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tokio-postgres"
|
||||
version = "0.4.0-rc.1"
|
||||
version = "0.4.0-rc.2"
|
||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user