From b8874f25a863a2bf039b732273e4f088d4438edf Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 15 Mar 2014 21:33:44 -0700 Subject: [PATCH] Bump submodule versions --- README.md | 2 +- submodules/rust-openssl | 2 +- submodules/rust-phf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef91bef3..0e273683 100644 --- a/README.md +++ b/README.md @@ -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: ```rust 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); ``` diff --git a/submodules/rust-openssl b/submodules/rust-openssl index 49678805..a881f7d0 160000 --- a/submodules/rust-openssl +++ b/submodules/rust-openssl @@ -1 +1 @@ -Subproject commit 49678805041cc2824ce54c9a0a8cf9fb5447838e +Subproject commit a881f7d0081b66ed0545231de0ab7a67114893bf diff --git a/submodules/rust-phf b/submodules/rust-phf index 34da3b9a..6af54409 160000 --- a/submodules/rust-phf +++ b/submodules/rust-phf @@ -1 +1 @@ -Subproject commit 34da3b9a2704f129ff426eed66431340fee98112 +Subproject commit 6af5440935a2b3dc97882d7d6043f1a0957b97d0