surrealdb-migrations: 0.9.12 -> 1.0.0->preview.1

This commit is contained in:
happysalada
2023-11-02 13:29:18 +00:00
committed by Yt
parent 02ee793341
commit b644d97bda
2 changed files with 1568 additions and 485 deletions
File diff suppressed because it is too large Load Diff
@@ -10,7 +10,7 @@
let
pname = "surrealdb-migrations";
version = "0.9.12";
version = "1.0.0-preview.1";
in
rustPlatform.buildRustPackage rec {
inherit pname version;
@@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec {
owner = "Odonno";
repo = pname;
rev = "v${version}";
hash = "sha256-avDztyxjRTa66MUfIvwtxY1SiGNAtVdepUPHggrbDk0=";
hash = "sha256-G3pgUOAkLTcqUP8SLk2Tt38kuHD/2fDY5NLh0BTdNyk=";
};
cargoLock = {