surrealdb-migrations: 1.0.1 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-02-23 23:45:01 +00:00
parent 7f81b2dee0
commit 3387527375
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 = {