Release postgres-derive v0.4.0
This commit is contained in:
parent
1c5ceebe8a
commit
ca80f647e8
@ -1,5 +1,9 @@
|
||||
# Change Log
|
||||
|
||||
## v0.1.0-alpha.1 - 2019-10-14
|
||||
## v0.4.0 - 2019-12-23
|
||||
|
||||
No changes
|
||||
|
||||
## v0.4.0-alpha.1 - 2019-10-14
|
||||
|
||||
* Initial release
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "postgres-derive"
|
||||
version = "0.4.0-alpha.1"
|
||||
version = "0.4.0"
|
||||
authors = ["Steven Fackler <sfackler@palantir.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
edition = "2018"
|
||||
|
@ -23,7 +23,7 @@ with-uuid-0_8 = ["uuid-08"]
|
||||
bytes = "0.5"
|
||||
fallible-iterator = "0.2"
|
||||
postgres-protocol = { version = "0.5.0", path = "../postgres-protocol" }
|
||||
postgres-derive = { version = "=0.4.0-alpha.1", optional = true, path = "../postgres-derive" }
|
||||
postgres-derive = { version = "0.4.0", optional = true, path = "../postgres-derive" }
|
||||
|
||||
bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }
|
||||
chrono-04 = { version = "0.4", package = "chrono", optional = true }
|
||||
|
Loading…
Reference in New Issue
Block a user