Skip to content

Commit

Permalink
- doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
okunega committed Jul 22, 2021
1 parent b3233be commit 3935a56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pg-embed"
version = "0.6.0"
version = "0.6.1"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/faokunega/pg-embed"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ will be available soon.
```toml
# Cargo.toml
[dependencies]
pg-embed = { version = "0.5", default-features = false, features = ["rt_tokio"] }
pg-embed = { version = "0.6", default-features = false, features = ["rt_tokio"] }
```

*Library with sqlx migration support*

```toml
# Cargo.toml
[dependencies]
pg-embed = "0.5"
pg-embed = "0.6"
```


Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
//! ```toml
//! # Cargo.toml
//! [dependencies]
//! pg-embed = { version = "0.5", default-features = false, features = ["rt_tokio"] }
//! pg-embed = { version = "0.6", default-features = false, features = ["rt_tokio"] }
//! ```
//!
//! *Library with sqlx migration support*
//!
//! ```toml
//! # Cargo.toml
//! [dependencies]
//! pg-embed = "0.5"
//! pg-embed = "0.6"
//! ```
//!
//!
Expand Down

0 comments on commit 3935a56

Please sign in to comment.