surrealdb-migrations: 0.9.11 -> 0.9.12

This commit is contained in:
happysalada 2023-07-19 17:42:07 +09:00
parent 3cf0b7c201
commit c73f1019b9
2 changed files with 3 additions and 3 deletions

View File

@ -2268,7 +2268,7 @@ dependencies = [
[[package]]
name = "surrealdb-migrations"
version = "0.9.11"
version = "0.9.12"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -10,7 +10,7 @@
let
pname = "surrealdb-migrations";
version = "0.9.11";
version = "0.9.12";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
owner = "Odonno";
repo = pname;
rev = "v${version}";
hash = "sha256-vCn5doVnD2TlwXhD7/mT+hLHTdNJUphID8MmX3D5+Xc=";
hash = "sha256-avDztyxjRTa66MUfIvwtxY1SiGNAtVdepUPHggrbDk0=";
};
cargoLock = {