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]] [[package]]
name = "surrealdb-migrations" name = "surrealdb-migrations"
version = "0.9.11" version = "0.9.12"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_cmd", "assert_cmd",

View File

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