Skip to content

Commit

Permalink
Merge pull request fedimint#4665 from dpc/24-03-21-fix-versions-in-nix
Browse files Browse the repository at this point in the history
fix: version in nix derivations and bundles
  • Loading branch information
justinmoon authored Mar 25, 2024
2 parents d7942cb + d75a05d commit 3dc9132
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ members = [
]
resolver = "2"

[workspace.package]
name = "fedimint"
version = "0.3.0-alpha"

[workspace.metadata]
name = "fedimint"
version = "0.3.0-alpha"
Expand Down
2 changes: 0 additions & 2 deletions nix/flakebox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,6 @@ let
craneLib =
(craneLib'.overrideArgs (commonEnvsBuild // commonArgs // {
src = filterWorkspaceBuildFiles commonSrc;
pname = "fedimint";
version = "0.1.0";
})).overrideArgs'' (craneLib: args:
pkgs.lib.optionalAttrs (!(builtins.elem (craneLib.toolchainName or null) [ null "default" "stable" "nightly" ])) commonEnvsShellRocksdbLinkCross
);
Expand Down

0 comments on commit 3dc9132

Please sign in to comment.