Update README for stable release

This commit is contained in:
Steven Fackler 2015-05-17 21:04:44 -07:00
parent 76db16eac8
commit 99466da700
2 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,7 @@ fn main() {
```
## Requirements
* **Rust** - Rust-Postgres is developed against the 1.0.0 beta release of Rust
* **Rust** - Rust-Postgres is developed against the 1.0.0 release of Rust
available on http://www.rust-lang.org. It should also compile against more
recent unstable releases.

View File

@ -670,8 +670,7 @@ impl InnerConnection {
mem::replace(&mut self.notice_handler, handler)
}
fn raw_prepare(&mut self, stmt_name: &str, query: &str)
-> Result<(Vec<Type>, Vec<Column>)> {
fn raw_prepare(&mut self, stmt_name: &str, query: &str) -> Result<(Vec<Type>, Vec<Column>)> {
debug!("preparing query with name `{}`: {}", stmt_name, query);
try!(self.write_messages(&[