Skip to content

Commit 3287830

Browse files
committed
Bump postgres version
1 parent 24edcfe commit 3287830

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/sfackler/rust-postgres-array"
88
documentation = "https://sfackler.github.io/rust-postgres-array/doc/postgres_array"
99

1010
[dependencies]
11-
postgres = "0.7.1"
11+
postgres = "0.8"
1212
byteorder = "0.3"
1313

1414
[dev-dependencies]

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use std::slice;
1212
mod impls;
1313

1414
/// Information about a dimension of an array
15-
#[derive(PartialEq, Eq, Clone, Copy)]
15+
#[derive(PartialEq, Eq, Clone, Copy, Debug)]
1616
pub struct DimensionInfo {
1717
/// The size of the dimension
1818
pub len: usize,
@@ -78,7 +78,7 @@ trait InternalMutableArray<T>: MutableArray<T> {
7878
}
7979

8080
/// A multi-dimensional array
81-
#[derive(PartialEq, Eq, Clone)]
81+
#[derive(PartialEq, Eq, Clone, Debug)]
8282
pub struct ArrayBase<T> {
8383
info: Vec<DimensionInfo>,
8484
data: Vec<T>,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy