Merge pull request #291026 from r-ryantm/auto-update/surrealdb-migrations

surrealdb-migrations: 1.0.1 -> 1.1.0
This commit is contained in:
Yt 2024-02-24 00:41:22 +00:00 committed by GitHub
commit edf58084f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 857 additions and 639 deletions

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,7 @@
let
pname = "surrealdb-migrations";
version = "1.0.1";
version = "1.1.0";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
owner = "Odonno";
repo = pname;
rev = "v${version}";
hash = "sha256-yody0F8Wkizyq7SW9OjT4cV3O9HOUYlBc7+8GwJG2cs=";
hash = "sha256-UnRf9HdEcKH0cOWKJIjgjNBlSVjXyk27bwB+4ftzAcs=";
};
cargoLock = {