Commit 4ec2a912 authored by pennae's avatar pennae
Browse files

syncstorage-rs: 0.13.6 -> 0.14.0

parent e462c917
Loading
Loading
Loading
Loading
+912 −606

File changed.

Preview size limit exceeded, changes collapsed.

+2 −4
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ in

rustPlatform.buildRustPackage rec {
  pname = "syncstorage-rs";
  version = "0.13.6";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "mozilla-services";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-LCMbhFoxi/fYaivW5gNyDhfytW/avhrrd29fXobSxJU=";
    hash = "sha256-HGX4uLiOqIRjluMLL0QY7YjVYVCkQLe8IiuYdkmAjBQ=";
  };

  nativeBuildInputs = [
@@ -54,8 +54,6 @@ rustPlatform.buildRustPackage rec {
    };
  };

  buildFeatures = [ "grpcio/openssl" ];

  # almost all tests need a DB to test against
  doCheck = false;