Bump submodule versions

This commit is contained in:
Steven Fackler 2014-03-15 21:33:44 -07:00
parent c5abe8c0d7
commit b8874f25a8
3 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ In addition, `PostgresConnection` has a utility `execute` method which is useful
if a statement is only going to be executed once: if a statement is only going to be executed once:
```rust ```rust
let updates = conn.execute("UPDATE foo SET bar = $1 WHERE baz = $2", let updates = conn.execute("UPDATE foo SET bar = $1 WHERE baz = $2",
[&1i32 as &ToSql, & &"biz" as &ToSql]); [&1i32 as &ToSql, & &"biz" as &ToSql]);
println!("{} rows were updated", updates); println!("{} rows were updated", updates);
``` ```

@ -1 +1 @@
Subproject commit 49678805041cc2824ce54c9a0a8cf9fb5447838e Subproject commit a881f7d0081b66ed0545231de0ab7a67114893bf

@ -1 +1 @@
Subproject commit 34da3b9a2704f129ff426eed66431340fee98112 Subproject commit 6af5440935a2b3dc97882d7d6043f1a0957b97d0