Skip to content

Commit

Permalink
add info about crate status to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rursprung committed Oct 2, 2019
1 parent f50631f commit 1ea620c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ fn main() {
});
}
}
```
```

## Current Status of the Crate & Roadmap to v1.0.0
This is the initial release of the crate and has not yet been proven in production. Nevertheless: the crate is very small so not many problems are expected.
The precondition for releasing v1.0.0 is that both `r2d2` and `oracle` have released their v1.0.0.

0 comments on commit 1ea620c

Please sign in to comment.