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

surrealdb-migrations: 1.1.0 -> 1.5.0
This commit is contained in:
Yt
2024-05-18 12:59:15 +00:00
committed by GitHub
2 changed files with 702 additions and 524 deletions
File diff suppressed because it is too large Load Diff
@@ -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 = {