Update for upstream changes
This commit is contained in:
@@ -548,7 +548,7 @@ impl RawToSql for Timespec {
|
||||
|
||||
impl RawToSql for Uuid {
|
||||
fn raw_to_sql<W: Writer>(&self, w: &mut W) {
|
||||
or_fail!(w.write(self.to_bytes()))
|
||||
or_fail!(w.write(self.as_bytes()))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Submodule submodules/rust-openssl updated: d259ffe0ce...13e7cdbc4e
Submodule submodules/rust-phf updated: dba9fa31e7...b3b63d2e19
Reference in New Issue
Block a user