File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2021"
10
10
keywords = [" postgresql" , " ffi" , " database" ]
11
11
license = " (Apache-2.0 OR MIT) AND PostgreSQL"
12
12
repository = " https://github.com/theseus-rs/postgresql-embedded"
13
- version = " 0.2.1 "
13
+ version = " 0.2.2 "
14
14
15
15
[workspace .dependencies ]
16
16
anyhow = { version = " 1.0" }
Original file line number Diff line number Diff line change 1
1
//! # postgresql_archive
2
2
//!
3
- //! [](https://crates.io/crates/postgresql_archive)
4
- //! [](https://docs.rs/postgresql_archive)
5
3
//! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
6
4
//! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_archive#license)
7
5
//! [](https://semver.org/spec/v2.0.0.html)
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ version.workspace = true
13
13
[build-dependencies ]
14
14
anyhow = { workspace = true }
15
15
hex = { workspace = true }
16
- postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.1 " }
16
+ postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.2 " }
17
17
sha2 = { workspace = true }
18
18
tokio = { workspace = true }
19
19
@@ -23,7 +23,7 @@ bytes = { workspace = true }
23
23
hex = { workspace = true }
24
24
home = { workspace = true }
25
25
lazy_static = { workspace = true }
26
- postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.1 " }
26
+ postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.2 " }
27
27
rand = { workspace = true }
28
28
sha2 = { workspace = true }
29
29
tempfile = { workspace = true }
Original file line number Diff line number Diff line change 1
1
//! # postgresql_embedded
2
2
//!
3
- //! [](https://crates.io/crates/postgresql_embedded)
4
- //! [](https://docs.rs/postgresql_embedded)
5
3
//! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
6
4
//! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_embedded#license)
7
5
//! [](https://semver.org/spec/v2.0.0.html)
You can’t perform that action at this time.
0 commit comments