Skip to content

Commit

Permalink
release: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maddiemort committed Oct 6, 2024
1 parent 4c09caf commit a7d91a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

8 changes: 4 additions & 4 deletions Cargo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ args@{ release ? true
,
}:
let
nixifiedLockHash = "342c8e6eaf5ce98721dd60f42c72f8e2dd33eaf6eb03866f7e475f9210ccaedd";
nixifiedLockHash = "c58ba1611930325981e68834e9999aec6a91bc37878584a149ab5f564343d9ff";
workspaceSrc = if args.workspaceSrc == null then ./. else args.workspaceSrc;
currentLockHash = builtins.hashFile "sha256" (workspaceSrc + /Cargo.lock);
lockHashIgnored =
Expand All @@ -51,7 +51,7 @@ else
{
cargo2nixVersion = "0.11.0";
workspace = {
vexillologist = rustPackages.unknown.vexillologist."0.1.0";
vexillologist = rustPackages.unknown.vexillologist."1.0.0";
};
"registry+https://github.com/rust-lang/crates.io-index".addr2line."0.22.0" = overridableMkRustCrate (profileName: rec {
name = "addr2line";
Expand Down Expand Up @@ -3359,9 +3359,9 @@ else
src = fetchCratesIo { inherit name version; sha256 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"; };
});

"unknown".vexillologist."0.1.0" = overridableMkRustCrate (profileName: rec {
"unknown".vexillologist."1.0.0" = overridableMkRustCrate (profileName: rec {
name = "vexillologist";
version = "0.1.0";
version = "1.0.0";
registry = "unknown";
src = fetchCrateLocal workspaceSrc;
dependencies = {
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vexillologist"
version = "0.1.0"
version = "1.0.0"
edition = "2021"
publish = false
repository = "https://github.com/maddiemort/vexillologist"
Expand Down

0 comments on commit a7d91a0

Please sign in to comment.