diff --git a/Cargo.lock b/Cargo.lock index f251154..207176b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,7 +1089,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" [[package]] name = "ood_persistence" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "bb8", diff --git a/Cargo.toml b/Cargo.toml index 0f85d68..64fc0e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ood_persistence" -version = "0.2.1" +version = "0.3.0" edition = "2018" authors = ["Dmitriy Pleshevskiy "] repository = "https://github.com/pleshevskiy/ood_persistence"