Unverified Commit 23a5dc1c authored by Yt's avatar Yt Committed by GitHub
Browse files

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

surrealdb-migrations: 1.1.0 -> 1.5.0
parents 27851edc 9b15a14a
Loading
Loading
Loading
Loading
+697 −519

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -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 = {