Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 6, 2024
1 parent 7525cab commit 556f622
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

| Seaography | SeaORM |
|----------------------------------------------------------|-------------------------------------------------------|
| [1.0-rc](https://crates.io/crates/seaography/1.0.0-rc.3) | [1.0-rc](https://crates.io/crates/sea-orm/1.0.0-rc.3) |
| [1.0](https://crates.io/crates/seaography/1.0.0) | [1.0](https://crates.io/crates/sea-orm/1.0.0) |
| [0.12](https://crates.io/crates/seaography/0.12.0) | [0.12](https://crates.io/crates/sea-orm/0.12.14) |
| [0.3](https://crates.io/crates/seaography/0.3.0) | [0.10](https://crates.io/crates/sea-orm/0.10.7) |

Expand All @@ -48,8 +48,8 @@
### Install

```sh
cargo install sea-orm-cli@^1.0.0-rc.3 # used to generate entities
cargo install seaography-cli@^1.0.0-rc.3
cargo install sea-orm-cli@^1.0.0 # used to generate entities
cargo install seaography-cli@^1.0.0
```

### MySQL
Expand Down
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//!
//! | Seaography | SeaORM |
//! |----------------------------------------------------------|-------------------------------------------------------|
//! | [1.0-rc](https://crates.io/crates/seaography/1.0.0-rc.3) | [1.0-rc](https://crates.io/crates/sea-orm/1.0.0-rc.3) |
//! | [1.0](https://crates.io/crates/seaography/1.0.0) | [1.0](https://crates.io/crates/sea-orm/1.0.0) |
//! | [0.12](https://crates.io/crates/seaography/0.12.0) | [0.12](https://crates.io/crates/sea-orm/0.12.14) |
//! | [0.3](https://crates.io/crates/seaography/0.3.0) | [0.10](https://crates.io/crates/sea-orm/0.10.7) |
//!
Expand All @@ -48,8 +48,8 @@
//! ### Install
//!
//! ```sh
//! cargo install sea-orm-cli@^1.0.0-rc.3 # used to generate entities
//! cargo install seaography-cli@^1.0.0-rc.3
//! cargo install sea-orm-cli@^1.0.0 # used to generate entities
//! cargo install seaography-cli@^1.0.0
//! ```
//!
//! ### MySQL
Expand Down

0 comments on commit 556f622

Please sign in to comment.