Skip to content

Commit

Permalink
Merge pull request #36 from hackerchai/master
Browse files Browse the repository at this point in the history
Feat: update README.md
  • Loading branch information
hackerchai authored May 12, 2020
2 parents 1c88d02 + d581c54 commit 5af28ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage="https://github.com/casbin-rs/diesel-adapter"
readme="README.md"

[dependencies]
casbin = { version = "0.8.1", default-features = false, features = ["incremental"] }
casbin = { version = "0.8.3", default-features = false, features = ["incremental"] }
diesel = { version = "1.4.4", features = ["r2d2"] }
async-trait = "0.1.30"
futures = "0.3.4"
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Based on [Diesel](https://github.com/diesel-rs/diesel), The current supported da
Add it to `Cargo.toml`

```
casbin = { version = "0.7.4", default-features = false, features = ["incremental"] }
diesel-adapter = { version = "0.6.1", features = ["postgres"] }
async-std = "1.5.0"
```
Expand All @@ -44,7 +43,7 @@ export POOL_SIZE=8
## Example

```rust
use casbin::prelude::*;
use diesel_adapter::casbin::prelude::*;
use diesel_adapter::{DieselAdapter, ConnOptions};

#[async_std::main]
Expand Down

0 comments on commit 5af28ed

Please sign in to comment.