Update README for stable release
This commit is contained in:
parent
76db16eac8
commit
99466da700
@ -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.
|
||||
|
||||
|
@ -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(&[
|
||||
|
Loading…
Reference in New Issue
Block a user