Skip to content

Commit

Permalink
+ bump to 0.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Jan 7, 2025
1 parent 0243d99 commit 17145e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cargo-features = ["edition2024"]

[package]
name = "vaultix"
version = "0.1.16"
version = "0.1.20"
edition = "2024"
resolver = "2"

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
version =
(releaseCraneLib.crateNameFromCargoToml { cargoToml = ./Cargo.toml; }).version
+ "+"
+ (if self ? shortRev then self.shortRev else "dirty");
+ self.shortRev or "dirty";
src = releaseCraneLib.cleanCargoSource ./.;
nativeBuildInputs = [
pkgs.rustPlatform.bindgenHook
Expand Down

0 comments on commit 17145e9

Please sign in to comment.