Merge pull request #244303 from happysalada/update_surrealdb_migrations

surrealdb-migrations: 0.9.11 -> 0.9.12
This commit is contained in:
Nick Cao
2023-07-19 03:58:06 -06:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -2268,7 +2268,7 @@ dependencies = [
[[package]]
name = "surrealdb-migrations"
version = "0.9.11"
version = "0.9.12"
dependencies = [
"anyhow",
"assert_cmd",
@@ -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 = {