Update for upstream changes

This commit is contained in:
Steven Fackler
2014-02-22 23:02:26 -08:00
parent 75de360e9f
commit 6294db9500
3 changed files with 3 additions and 3 deletions

View File

@@ -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()))
}
}