Merge pull request #237842 from happysalada/update_surrealdb_migrations

surrealdb-migrations: 0.9.9 -> 0.9.10
This commit is contained in:
Weijia Wang 2023-06-15 11:25:04 +03:00 committed by GitHub
commit 0ce2d586be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -10,7 +10,7 @@
let
pname = "surrealdb-migrations";
version = "0.9.9";
version = "0.9.10";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
owner = "Odonno";
repo = pname;
rev = "v${version}";
hash = "sha256-wVaNsdNrRhb6lai60c1msBWTtLWsESOJNoHFJzdHtrs=";
hash = "sha256-LtaAKcCqsm9o7XKEqHgyCE7cpzJEzDUJje8zBKQAKv8=";
};
cargoLock = {