surrealdb-migrations: 1.1.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-05-18 03:27:56 +00:00
parent 8a33016960
commit 9b15a14a98
2 changed files with 702 additions and 524 deletions

File diff suppressed because it is too large Load Diff

View File

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