File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
name = " postgres-derive"
3
3
version = " 0.4.5"
4
4
authors = [" Steven Fackler <sfackler@palantir.com>" ]
5
- license = " MIT/ Apache-2.0"
5
+ license = " MIT OR Apache-2.0"
6
6
edition = " 2018"
7
7
description = " An internal crate used by postgres-types"
8
8
repository = " https://github.com/sfackler/rust-postgres"
@@ -15,4 +15,4 @@ test = false
15
15
syn = " 2.0"
16
16
proc-macro2 = " 1.0"
17
17
quote = " 1.0"
18
- heck = " 0.4"
18
+ heck = " 0.4"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "postgres-native-tls"
3
3
version = " 0.5.0"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
description = " TLS support for tokio-postgres via native-tls"
8
8
repository = " https://github.com/sfackler/rust-postgres"
9
9
readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "postgres-openssl"
3
3
version = " 0.5.0"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
description = " TLS support for tokio-postgres via openssl"
8
8
repository = " https://github.com/sfackler/rust-postgres"
9
9
readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.6.6"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
6
description = " Low level Postgres protocol APIs"
7
- license = " MIT/ Apache-2.0"
7
+ license = " MIT OR Apache-2.0"
8
8
repository = " https://github.com/sfackler/rust-postgres"
9
9
readme = " ../README.md"
10
10
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "postgres-types"
3
3
version = " 0.2.6"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
description = " Conversions between Rust and Postgres values"
8
8
repository = " https://github.com/sfackler/rust-postgres"
9
9
readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "postgres"
3
3
version = " 0.19.7"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
description = " A native, synchronous PostgreSQL client"
8
8
repository = " https://github.com/sfackler/rust-postgres"
9
9
readme = " ../README.md"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "tokio-postgres"
3
3
version = " 0.7.10"
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
edition = " 2018"
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
description = " A native, asynchronous PostgreSQL client"
8
8
repository = " https://github.com/sfackler/rust-postgres"
9
9
readme = " ../README.md"
You can’t perform that action at this time.
0 commit comments