Skip to content

Commit

Permalink
fix: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Apr 7, 2024
1 parent 7f5aefa commit 3063b22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[workspace]
members = ["multimint", "fedimint-clientd"]
resolver = "2"
version = "0.3.0"

[workspace.package]
version = "0.3.0"
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
rustSrc = flakeboxLib.filterSubPaths {
root = builtins.path {
name = "fedimint-clientd";
path = ./fedimint-clientd;
path = ./.;
};
paths = [ "Cargo.toml" "Cargo.lock" ".cargo" "src" ];
};
Expand Down

0 comments on commit 3063b22

Please sign in to comment.