Skip to content

Commit

Permalink
chore(mps): v0.1.0 -> v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
david-r-cox committed Jan 22, 2024
1 parent 4017ac1 commit 940d87b
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@{
ignoreLockHash,
}:
let
nixifiedLockHash = "bd6df78210dc9cf622bebac24337f9d77e5e2b57b35b7f2ce51d5287f59fb70f";
nixifiedLockHash = "adafdf1b56b2a49e176b53f7c786ca2c7fae45d135e44fccd58a57385726fc51";
workspaceSrc = if args.workspaceSrc == null then ./. else args.workspaceSrc;
currentLockHash = builtins.hashFile "sha256" (workspaceSrc + /Cargo.lock);
lockHashIgnored = if ignoreLockHash
Expand All @@ -47,7 +47,7 @@ in
{
cargo2nixVersion = "0.11.0";
workspace = {
mps = rustPackages.unknown.mps."0.1.0";
mps = rustPackages.unknown.mps."0.1.1";
};
"registry+https://github.com/rust-lang/crates.io-index".addr2line."0.21.0" = overridableMkRustCrate (profileName: rec {
name = "addr2line";
Expand Down Expand Up @@ -862,9 +862,9 @@ in
};
});

"unknown".mps."0.1.0" = overridableMkRustCrate (profileName: rec {
"unknown".mps."0.1.1" = overridableMkRustCrate (profileName: rec {
name = "mps";
version = "0.1.0";
version = "0.1.1";
registry = "unknown";
src = fetchCrateLocal workspaceSrc;
features = builtins.concatLists [
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 = "mps"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "A fast MPS parser"
authors = ["David Cox <[email protected]>"]
Expand Down

0 comments on commit 940d87b

Please sign in to comment.