Commit 9b15a14a authored by R. RyanTM's avatar R. RyanTM
Browse files

surrealdb-migrations: 1.1.0 -> 1.5.0

parent 8a330169
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 = {