Unverified Commit ad14f868 authored by Bruno Bigras's avatar Bruno Bigras Committed by GitHub
Browse files

Merge pull request #331817 from bbigras/veilid

veilid: 0.3.3 -> 0.3.4
parents 1f1a0ef4 72f35a0a
Loading
Loading
Loading
Loading
+548 −234

File changed.

Preview size limit exceeded, changes collapsed.

+6 −2
Original line number Diff line number Diff line
@@ -6,17 +6,18 @@
, rustPlatform
, protobuf
, capnproto
, cmake
}:

rustPlatform.buildRustPackage rec {
  pname = "veilid";
  version = "0.3.3";
  version = "0.3.4";

  src = fetchFromGitLab {
    owner = "veilid";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-Gm65fvLImbsAU8kMYQv5VFEjkBQnhBFDqwheddRbtU8=";
    hash = "sha256-nEJxiox2aoQBV83vlpiBB4In59+lfHF6/a8HqDYcFT4=";
  };

  cargoLock = {
@@ -31,6 +32,7 @@ rustPlatform.buildRustPackage rec {

  nativeBuildInputs = [
    capnproto
    cmake
    protobuf
  ];

@@ -40,6 +42,8 @@ rustPlatform.buildRustPackage rec {
    "--workspace"
  ];

  RUSTFLAGS = "--cfg tokio_unstable";

  doCheck = false;

  outputs = [ "out" "lib" "dev" ];