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"
1010keywords = [" postgresql" , " ffi" , " database" ]
1111license = " (Apache-2.0 OR MIT) AND PostgreSQL"
1212repository = " https://github.com/theseus-rs/postgresql-embedded"
13- version = " 0.2.1 "
13+ version = " 0.2.2 "
1414
1515[workspace .dependencies ]
1616anyhow = { version = " 1.0" }
Original file line number Diff line number Diff line change 11//! # postgresql_archive
22//!
3- //! [](https://crates.io/crates/postgresql_archive)
4- //! [](https://docs.rs/postgresql_archive)
53//! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
64//! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_archive#license)
75//! [](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
1313[build-dependencies ]
1414anyhow = { workspace = true }
1515hex = { workspace = true }
16- postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.1 " }
16+ postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.2 " }
1717sha2 = { workspace = true }
1818tokio = { workspace = true }
1919
@@ -23,7 +23,7 @@ bytes = { workspace = true }
2323hex = { workspace = true }
2424home = { workspace = true }
2525lazy_static = { workspace = true }
26- postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.1 " }
26+ postgresql_archive = { path = " ../postgresql_archive" , version = " 0.2.2 " }
2727rand = { workspace = true }
2828sha2 = { workspace = true }
2929tempfile = { workspace = true }
Original file line number Diff line number Diff line change 11//! # postgresql_embedded
22//!
3- //! [](https://crates.io/crates/postgresql_embedded)
4- //! [](https://docs.rs/postgresql_embedded)
53//! [](https://codecov.io/gh/theseus-rs/postgresql-embedded)
64//! [](https://github.com/theseus-rs/postgresql-embedded/tree/main/postgresql_embedded#license)
75//! [](https://semver.org/spec/v2.0.0.html)
You can’t perform that action at this time.
0 commit comments